Uses of Class
com.oracle.bmc.identitydomains.model.CloudGate
-
Packages that use CloudGate Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.requests com.oracle.bmc.identitydomains.responses -
-
Uses of CloudGate in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return CloudGate Modifier and Type Method Description CloudGate
CloudGate.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type CloudGate Modifier and Type Method Description List<CloudGate>
CloudGates. getResources()
A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type CloudGate Modifier and Type Method Description CloudGate.Builder
CloudGate.Builder. copy(CloudGate model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type CloudGate Modifier and Type Method Description CloudGates.Builder
CloudGates.Builder. resources(List<CloudGate> resources)
A multi-valued list of complex objects containing the requested resources. -
Uses of CloudGate in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return CloudGate Modifier and Type Method Description CloudGate
CreateCloudGateRequest. getBody$()
Alternative accessor for the body parameter.CloudGate
PutCloudGateRequest. getBody$()
Alternative accessor for the body parameter.CloudGate
CreateCloudGateRequest. getCloudGate()
CloudGate schema.CloudGate
PutCloudGateRequest. getCloudGate()
Replace the current instance of CloudGate with provided payload.Methods in com.oracle.bmc.identitydomains.requests with parameters of type CloudGate Modifier and Type Method Description CreateCloudGateRequest.Builder
CreateCloudGateRequest.Builder. body$(CloudGate body)
Alternative setter for the body parameter.PutCloudGateRequest.Builder
PutCloudGateRequest.Builder. body$(CloudGate body)
Alternative setter for the body parameter.CreateCloudGateRequest.Builder
CreateCloudGateRequest.Builder. cloudGate(CloudGate cloudGate)
CloudGate schema.PutCloudGateRequest.Builder
PutCloudGateRequest.Builder. cloudGate(CloudGate cloudGate)
Replace the current instance of CloudGate with provided payload. -
Uses of CloudGate in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return CloudGate Modifier and Type Method Description CloudGate
CreateCloudGateResponse. getCloudGate()
The returned CloudGate instance.CloudGate
GetCloudGateResponse. getCloudGate()
The returned CloudGate instance.CloudGate
PatchCloudGateResponse. getCloudGate()
The returned CloudGate instance.CloudGate
PutCloudGateResponse. getCloudGate()
The returned CloudGate instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type CloudGate Modifier and Type Method Description CreateCloudGateResponse.Builder
CreateCloudGateResponse.Builder. cloudGate(CloudGate cloudGate)
The returned CloudGate instance.GetCloudGateResponse.Builder
GetCloudGateResponse.Builder. cloudGate(CloudGate cloudGate)
The returned CloudGate instance.PatchCloudGateResponse.Builder
PatchCloudGateResponse.Builder. cloudGate(CloudGate cloudGate)
The returned CloudGate instance.PutCloudGateResponse.Builder
PutCloudGateResponse.Builder. cloudGate(CloudGate cloudGate)
The returned CloudGate instance.
-