Uses of Class
com.oracle.bmc.identitydomains.responses.PatchSchemaResponse
-
Packages that use PatchSchemaResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of PatchSchemaResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return PatchSchemaResponse Modifier and Type Method Description PatchSchemaResponse
IdentityDomains. patchSchema(PatchSchemaRequest request)
Update a Schema DefPatchSchemaResponse
IdentityDomainsClient. patchSchema(PatchSchemaRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type PatchSchemaResponse Modifier and Type Method Description Future<PatchSchemaResponse>
IdentityDomainsAsync. patchSchema(PatchSchemaRequest request, AsyncHandler<PatchSchemaRequest,PatchSchemaResponse> handler)
Update a Schema DefFuture<PatchSchemaResponse>
IdentityDomainsAsyncClient. patchSchema(PatchSchemaRequest request, AsyncHandler<PatchSchemaRequest,PatchSchemaResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchSchemaResponse Modifier and Type Method Description Future<PatchSchemaResponse>
IdentityDomainsAsync. patchSchema(PatchSchemaRequest request, AsyncHandler<PatchSchemaRequest,PatchSchemaResponse> handler)
Update a Schema DefFuture<PatchSchemaResponse>
IdentityDomainsAsyncClient. patchSchema(PatchSchemaRequest request, AsyncHandler<PatchSchemaRequest,PatchSchemaResponse> handler)
-
Uses of PatchSchemaResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return PatchSchemaResponse Modifier and Type Method Description PatchSchemaResponse
PatchSchemaResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PatchSchemaResponse Modifier and Type Method Description PatchSchemaResponse.Builder
PatchSchemaResponse.Builder. copy(PatchSchemaResponse o)
Copy method to populate the builder with values from the given instance.
-