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