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