Uses of Class
com.oracle.bmc.identitydomains.requests.PatchSchemaRequest
-
Packages that use PatchSchemaRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PatchSchemaRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PatchSchemaRequest Modifier and Type Method Description PatchSchemaResponse
IdentityDomains. patchSchema(PatchSchemaRequest request)
Update a Schema DefFuture<PatchSchemaResponse>
IdentityDomainsAsync. patchSchema(PatchSchemaRequest request, AsyncHandler<PatchSchemaRequest,PatchSchemaResponse> handler)
Update a Schema DefFuture<PatchSchemaResponse>
IdentityDomainsAsyncClient. patchSchema(PatchSchemaRequest request, AsyncHandler<PatchSchemaRequest,PatchSchemaResponse> handler)
PatchSchemaResponse
IdentityDomainsClient. patchSchema(PatchSchemaRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchSchemaRequest 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 PatchSchemaRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PatchSchemaRequest Modifier and Type Method Description PatchSchemaRequest
PatchSchemaRequest.Builder. build()
Build the instance of PatchSchemaRequest as configured by this builderPatchSchemaRequest
PatchSchemaRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchSchemaRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PatchSchemaRequest Modifier and Type Method Description PatchSchemaRequest.Builder
PatchSchemaRequest.Builder. copy(PatchSchemaRequest o)
Copy method to populate the builder with values from the given instance.
-