Uses of Class
com.oracle.bmc.identitydomains.requests.GetMyPendingApprovalRequest
-
Packages that use GetMyPendingApprovalRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of GetMyPendingApprovalRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type GetMyPendingApprovalRequest Modifier and Type Method Description GetMyPendingApprovalResponse
IdentityDomains. getMyPendingApproval(GetMyPendingApprovalRequest request)
Get My MyPendingApprovalFuture<GetMyPendingApprovalResponse>
IdentityDomainsAsync. getMyPendingApproval(GetMyPendingApprovalRequest request, AsyncHandler<GetMyPendingApprovalRequest,GetMyPendingApprovalResponse> handler)
Get My MyPendingApprovalFuture<GetMyPendingApprovalResponse>
IdentityDomainsAsyncClient. getMyPendingApproval(GetMyPendingApprovalRequest request, AsyncHandler<GetMyPendingApprovalRequest,GetMyPendingApprovalResponse> handler)
GetMyPendingApprovalResponse
IdentityDomainsClient. getMyPendingApproval(GetMyPendingApprovalRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type GetMyPendingApprovalRequest Modifier and Type Method Description Future<GetMyPendingApprovalResponse>
IdentityDomainsAsync. getMyPendingApproval(GetMyPendingApprovalRequest request, AsyncHandler<GetMyPendingApprovalRequest,GetMyPendingApprovalResponse> handler)
Get My MyPendingApprovalFuture<GetMyPendingApprovalResponse>
IdentityDomainsAsyncClient. getMyPendingApproval(GetMyPendingApprovalRequest request, AsyncHandler<GetMyPendingApprovalRequest,GetMyPendingApprovalResponse> handler)
-
Uses of GetMyPendingApprovalRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return GetMyPendingApprovalRequest Modifier and Type Method Description GetMyPendingApprovalRequest
GetMyPendingApprovalRequest.Builder. build()
Build the instance of GetMyPendingApprovalRequest as configured by this builderGetMyPendingApprovalRequest
GetMyPendingApprovalRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetMyPendingApprovalRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type GetMyPendingApprovalRequest Modifier and Type Method Description GetMyPendingApprovalRequest.Builder
GetMyPendingApprovalRequest.Builder. copy(GetMyPendingApprovalRequest o)
Copy method to populate the builder with values from the given instance.
-