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