Uses of Class
com.oracle.bmc.delegateaccesscontrol.responses.ListServiceProviderActionsResponse
-
Packages that use ListServiceProviderActionsResponse Package Description com.oracle.bmc.delegateaccesscontrol com.oracle.bmc.delegateaccesscontrol.responses -
-
Uses of ListServiceProviderActionsResponse in com.oracle.bmc.delegateaccesscontrol
Methods in com.oracle.bmc.delegateaccesscontrol that return ListServiceProviderActionsResponse Modifier and Type Method Description ListServiceProviderActionsResponseDelegateAccessControl. listServiceProviderActions(ListServiceProviderActionsRequest request)Lists all the ServiceProviderActions available in the system.ListServiceProviderActionsResponseDelegateAccessControlClient. listServiceProviderActions(ListServiceProviderActionsRequest request)Methods in com.oracle.bmc.delegateaccesscontrol that return types with arguments of type ListServiceProviderActionsResponse Modifier and Type Method Description Future<ListServiceProviderActionsResponse>DelegateAccessControlAsync. listServiceProviderActions(ListServiceProviderActionsRequest request, AsyncHandler<ListServiceProviderActionsRequest,ListServiceProviderActionsResponse> handler)Lists all the ServiceProviderActions available in the system.Future<ListServiceProviderActionsResponse>DelegateAccessControlAsyncClient. listServiceProviderActions(ListServiceProviderActionsRequest request, AsyncHandler<ListServiceProviderActionsRequest,ListServiceProviderActionsResponse> handler)Iterable<ListServiceProviderActionsResponse>DelegateAccessControlPaginators. listServiceProviderActionsResponseIterator(ListServiceProviderActionsRequest request)Creates a new iterable which will iterate over the responses received from the listServiceProviderActions operation.Method parameters in com.oracle.bmc.delegateaccesscontrol with type arguments of type ListServiceProviderActionsResponse Modifier and Type Method Description Future<ListServiceProviderActionsResponse>DelegateAccessControlAsync. listServiceProviderActions(ListServiceProviderActionsRequest request, AsyncHandler<ListServiceProviderActionsRequest,ListServiceProviderActionsResponse> handler)Lists all the ServiceProviderActions available in the system.Future<ListServiceProviderActionsResponse>DelegateAccessControlAsyncClient. listServiceProviderActions(ListServiceProviderActionsRequest request, AsyncHandler<ListServiceProviderActionsRequest,ListServiceProviderActionsResponse> handler) -
Uses of ListServiceProviderActionsResponse in com.oracle.bmc.delegateaccesscontrol.responses
Methods in com.oracle.bmc.delegateaccesscontrol.responses that return ListServiceProviderActionsResponse Modifier and Type Method Description ListServiceProviderActionsResponseListServiceProviderActionsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.delegateaccesscontrol.responses with parameters of type ListServiceProviderActionsResponse Modifier and Type Method Description ListServiceProviderActionsResponse.BuilderListServiceProviderActionsResponse.Builder. copy(ListServiceProviderActionsResponse o)Copy method to populate the builder with values from the given instance.
-