Uses of Class
com.oracle.bmc.delegateaccesscontrol.responses.GetServiceProviderActionResponse
-
Packages that use GetServiceProviderActionResponse Package Description com.oracle.bmc.delegateaccesscontrol com.oracle.bmc.delegateaccesscontrol.responses -
-
Uses of GetServiceProviderActionResponse in com.oracle.bmc.delegateaccesscontrol
Methods in com.oracle.bmc.delegateaccesscontrol that return GetServiceProviderActionResponse Modifier and Type Method Description GetServiceProviderActionResponse
DelegateAccessControl. getServiceProviderAction(GetServiceProviderActionRequest request)
Gets the Service Provider Action associated with the specified Service Provider Action ID.GetServiceProviderActionResponse
DelegateAccessControlClient. getServiceProviderAction(GetServiceProviderActionRequest request)
Method parameters in com.oracle.bmc.delegateaccesscontrol with type arguments of type GetServiceProviderActionResponse Modifier and Type Method Description Future<GetServiceProviderActionResponse>
DelegateAccessControlAsync. getServiceProviderAction(GetServiceProviderActionRequest request, AsyncHandler<GetServiceProviderActionRequest,GetServiceProviderActionResponse> handler)
Gets the Service Provider Action associated with the specified Service Provider Action ID.Future<GetServiceProviderActionResponse>
DelegateAccessControlAsyncClient. getServiceProviderAction(GetServiceProviderActionRequest request, AsyncHandler<GetServiceProviderActionRequest,GetServiceProviderActionResponse> handler)
-
Uses of GetServiceProviderActionResponse in com.oracle.bmc.delegateaccesscontrol.responses
Methods in com.oracle.bmc.delegateaccesscontrol.responses that return GetServiceProviderActionResponse Modifier and Type Method Description GetServiceProviderActionResponse
GetServiceProviderActionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.delegateaccesscontrol.responses with parameters of type GetServiceProviderActionResponse Modifier and Type Method Description GetServiceProviderActionResponse.Builder
GetServiceProviderActionResponse.Builder. copy(GetServiceProviderActionResponse o)
Copy method to populate the builder with values from the given instance.
-