Uses of Class
com.oracle.bmc.identitydomains.responses.PatchMyPendingApprovalResponse
-
Packages that use PatchMyPendingApprovalResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of PatchMyPendingApprovalResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return PatchMyPendingApprovalResponse Modifier and Type Method Description PatchMyPendingApprovalResponse
IdentityDomains. patchMyPendingApproval(PatchMyPendingApprovalRequest request)
Update MyPendingApprovalPatchMyPendingApprovalResponse
IdentityDomainsClient. patchMyPendingApproval(PatchMyPendingApprovalRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type PatchMyPendingApprovalResponse 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)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchMyPendingApprovalResponse 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 PatchMyPendingApprovalResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return PatchMyPendingApprovalResponse Modifier and Type Method Description PatchMyPendingApprovalResponse
PatchMyPendingApprovalResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PatchMyPendingApprovalResponse Modifier and Type Method Description PatchMyPendingApprovalResponse.Builder
PatchMyPendingApprovalResponse.Builder. copy(PatchMyPendingApprovalResponse o)
Copy method to populate the builder with values from the given instance.
-