Uses of Class
com.oracle.bmc.identitydomains.model.Schemas
-
Packages that use Schemas Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.responses -
-
Uses of Schemas in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return Schemas Modifier and Type Method Description Schemas
Schemas.Builder. build()
Methods in com.oracle.bmc.identitydomains.model with parameters of type Schemas Modifier and Type Method Description Schemas.Builder
Schemas.Builder. copy(Schemas model)
-
Uses of Schemas in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return Schemas Modifier and Type Method Description Schemas
ListSchemasResponse. getSchemas()
The returned Schemas instance.Schemas
SearchSchemasResponse. getSchemas()
The returned Schemas instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type Schemas Modifier and Type Method Description ListSchemasResponse.Builder
ListSchemasResponse.Builder. schemas(Schemas schemas)
The returned Schemas instance.SearchSchemasResponse.Builder
SearchSchemasResponse.Builder. schemas(Schemas schemas)
The returned Schemas instance.
-