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