Uses of Class
com.oracle.bmc.delegateaccesscontrol.responses.ListDelegationControlsResponse
-
Packages that use ListDelegationControlsResponse Package Description com.oracle.bmc.delegateaccesscontrol com.oracle.bmc.delegateaccesscontrol.responses -
-
Uses of ListDelegationControlsResponse in com.oracle.bmc.delegateaccesscontrol
Methods in com.oracle.bmc.delegateaccesscontrol that return ListDelegationControlsResponse Modifier and Type Method Description ListDelegationControlsResponse
DelegateAccessControl. listDelegationControls(ListDelegationControlsRequest request)
Lists the Delegation Controls in the compartment.ListDelegationControlsResponse
DelegateAccessControlClient. listDelegationControls(ListDelegationControlsRequest request)
Methods in com.oracle.bmc.delegateaccesscontrol that return types with arguments of type ListDelegationControlsResponse Modifier and Type Method Description Future<ListDelegationControlsResponse>
DelegateAccessControlAsync. listDelegationControls(ListDelegationControlsRequest request, AsyncHandler<ListDelegationControlsRequest,ListDelegationControlsResponse> handler)
Lists the Delegation Controls in the compartment.Future<ListDelegationControlsResponse>
DelegateAccessControlAsyncClient. listDelegationControls(ListDelegationControlsRequest request, AsyncHandler<ListDelegationControlsRequest,ListDelegationControlsResponse> handler)
Iterable<ListDelegationControlsResponse>
DelegateAccessControlPaginators. listDelegationControlsResponseIterator(ListDelegationControlsRequest request)
Creates a new iterable which will iterate over the responses received from the listDelegationControls operation.Method parameters in com.oracle.bmc.delegateaccesscontrol with type arguments of type ListDelegationControlsResponse Modifier and Type Method Description Future<ListDelegationControlsResponse>
DelegateAccessControlAsync. listDelegationControls(ListDelegationControlsRequest request, AsyncHandler<ListDelegationControlsRequest,ListDelegationControlsResponse> handler)
Lists the Delegation Controls in the compartment.Future<ListDelegationControlsResponse>
DelegateAccessControlAsyncClient. listDelegationControls(ListDelegationControlsRequest request, AsyncHandler<ListDelegationControlsRequest,ListDelegationControlsResponse> handler)
-
Uses of ListDelegationControlsResponse in com.oracle.bmc.delegateaccesscontrol.responses
Methods in com.oracle.bmc.delegateaccesscontrol.responses that return ListDelegationControlsResponse Modifier and Type Method Description ListDelegationControlsResponse
ListDelegationControlsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.delegateaccesscontrol.responses with parameters of type ListDelegationControlsResponse Modifier and Type Method Description ListDelegationControlsResponse.Builder
ListDelegationControlsResponse.Builder. copy(ListDelegationControlsResponse o)
Copy method to populate the builder with values from the given instance.
-