Uses of Class
com.oracle.bmc.delegateaccesscontrol.responses.ListDelegationSubscriptionsResponse
-
Packages that use ListDelegationSubscriptionsResponse Package Description com.oracle.bmc.delegateaccesscontrol com.oracle.bmc.delegateaccesscontrol.responses -
-
Uses of ListDelegationSubscriptionsResponse in com.oracle.bmc.delegateaccesscontrol
Methods in com.oracle.bmc.delegateaccesscontrol that return ListDelegationSubscriptionsResponse Modifier and Type Method Description ListDelegationSubscriptionsResponseDelegateAccessControl. listDelegationSubscriptions(ListDelegationSubscriptionsRequest request)Lists the Delegation Subscriptions in Delegation Control.ListDelegationSubscriptionsResponseDelegateAccessControlClient. listDelegationSubscriptions(ListDelegationSubscriptionsRequest request)Methods in com.oracle.bmc.delegateaccesscontrol that return types with arguments of type ListDelegationSubscriptionsResponse Modifier and Type Method Description Future<ListDelegationSubscriptionsResponse>DelegateAccessControlAsync. listDelegationSubscriptions(ListDelegationSubscriptionsRequest request, AsyncHandler<ListDelegationSubscriptionsRequest,ListDelegationSubscriptionsResponse> handler)Lists the Delegation Subscriptions in Delegation Control.Future<ListDelegationSubscriptionsResponse>DelegateAccessControlAsyncClient. listDelegationSubscriptions(ListDelegationSubscriptionsRequest request, AsyncHandler<ListDelegationSubscriptionsRequest,ListDelegationSubscriptionsResponse> handler)Iterable<ListDelegationSubscriptionsResponse>DelegateAccessControlPaginators. listDelegationSubscriptionsResponseIterator(ListDelegationSubscriptionsRequest request)Creates a new iterable which will iterate over the responses received from the listDelegationSubscriptions operation.Method parameters in com.oracle.bmc.delegateaccesscontrol with type arguments of type ListDelegationSubscriptionsResponse Modifier and Type Method Description Future<ListDelegationSubscriptionsResponse>DelegateAccessControlAsync. listDelegationSubscriptions(ListDelegationSubscriptionsRequest request, AsyncHandler<ListDelegationSubscriptionsRequest,ListDelegationSubscriptionsResponse> handler)Lists the Delegation Subscriptions in Delegation Control.Future<ListDelegationSubscriptionsResponse>DelegateAccessControlAsyncClient. listDelegationSubscriptions(ListDelegationSubscriptionsRequest request, AsyncHandler<ListDelegationSubscriptionsRequest,ListDelegationSubscriptionsResponse> handler) -
Uses of ListDelegationSubscriptionsResponse in com.oracle.bmc.delegateaccesscontrol.responses
Methods in com.oracle.bmc.delegateaccesscontrol.responses that return ListDelegationSubscriptionsResponse Modifier and Type Method Description ListDelegationSubscriptionsResponseListDelegationSubscriptionsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.delegateaccesscontrol.responses with parameters of type ListDelegationSubscriptionsResponse Modifier and Type Method Description ListDelegationSubscriptionsResponse.BuilderListDelegationSubscriptionsResponse.Builder. copy(ListDelegationSubscriptionsResponse o)Copy method to populate the builder with values from the given instance.
-