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