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