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