Uses of Class
com.oracle.bmc.delegateaccesscontrol.responses.GetDelegationSubscriptionResponse
-
Packages that use GetDelegationSubscriptionResponse Package Description com.oracle.bmc.delegateaccesscontrol com.oracle.bmc.delegateaccesscontrol.responses -
-
Uses of GetDelegationSubscriptionResponse in com.oracle.bmc.delegateaccesscontrol
Methods in com.oracle.bmc.delegateaccesscontrol that return GetDelegationSubscriptionResponse Modifier and Type Method Description GetDelegationSubscriptionResponse
DelegateAccessControl. getDelegationSubscription(GetDelegationSubscriptionRequest request)
Gets a DelegationSubscription by identifierGetDelegationSubscriptionResponse
DelegateAccessControlClient. getDelegationSubscription(GetDelegationSubscriptionRequest request)
Method parameters in com.oracle.bmc.delegateaccesscontrol with type arguments of type GetDelegationSubscriptionResponse Modifier and Type Method Description Future<GetDelegationSubscriptionResponse>
DelegateAccessControlAsync. getDelegationSubscription(GetDelegationSubscriptionRequest request, AsyncHandler<GetDelegationSubscriptionRequest,GetDelegationSubscriptionResponse> handler)
Gets a DelegationSubscription by identifierFuture<GetDelegationSubscriptionResponse>
DelegateAccessControlAsyncClient. getDelegationSubscription(GetDelegationSubscriptionRequest request, AsyncHandler<GetDelegationSubscriptionRequest,GetDelegationSubscriptionResponse> handler)
-
Uses of GetDelegationSubscriptionResponse in com.oracle.bmc.delegateaccesscontrol.responses
Methods in com.oracle.bmc.delegateaccesscontrol.responses that return GetDelegationSubscriptionResponse Modifier and Type Method Description GetDelegationSubscriptionResponse
GetDelegationSubscriptionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.delegateaccesscontrol.responses with parameters of type GetDelegationSubscriptionResponse Modifier and Type Method Description GetDelegationSubscriptionResponse.Builder
GetDelegationSubscriptionResponse.Builder. copy(GetDelegationSubscriptionResponse o)
Copy method to populate the builder with values from the given instance.
-