Uses of Class
com.oracle.bmc.identitydomains.model.CloudGateMapping
-
Packages that use CloudGateMapping Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.requests com.oracle.bmc.identitydomains.responses -
-
Uses of CloudGateMapping in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return CloudGateMapping Modifier and Type Method Description CloudGateMapping
CloudGateMapping.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type CloudGateMapping Modifier and Type Method Description List<CloudGateMapping>
CloudGateMappings. getResources()
A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type CloudGateMapping Modifier and Type Method Description CloudGateMapping.Builder
CloudGateMapping.Builder. copy(CloudGateMapping model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type CloudGateMapping Modifier and Type Method Description CloudGateMappings.Builder
CloudGateMappings.Builder. resources(List<CloudGateMapping> resources)
A multi-valued list of complex objects containing the requested resources. -
Uses of CloudGateMapping in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return CloudGateMapping Modifier and Type Method Description CloudGateMapping
CreateCloudGateMappingRequest. getBody$()
Alternative accessor for the body parameter.CloudGateMapping
PutCloudGateMappingRequest. getBody$()
Alternative accessor for the body parameter.CloudGateMapping
CreateCloudGateMappingRequest. getCloudGateMapping()
CloudGateMapping schema.CloudGateMapping
PutCloudGateMappingRequest. getCloudGateMapping()
Replace the current instance of CloudGateMapping with provided payload.Methods in com.oracle.bmc.identitydomains.requests with parameters of type CloudGateMapping Modifier and Type Method Description CreateCloudGateMappingRequest.Builder
CreateCloudGateMappingRequest.Builder. body$(CloudGateMapping body)
Alternative setter for the body parameter.PutCloudGateMappingRequest.Builder
PutCloudGateMappingRequest.Builder. body$(CloudGateMapping body)
Alternative setter for the body parameter.CreateCloudGateMappingRequest.Builder
CreateCloudGateMappingRequest.Builder. cloudGateMapping(CloudGateMapping cloudGateMapping)
CloudGateMapping schema.PutCloudGateMappingRequest.Builder
PutCloudGateMappingRequest.Builder. cloudGateMapping(CloudGateMapping cloudGateMapping)
Replace the current instance of CloudGateMapping with provided payload. -
Uses of CloudGateMapping in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return CloudGateMapping Modifier and Type Method Description CloudGateMapping
CreateCloudGateMappingResponse. getCloudGateMapping()
The returned CloudGateMapping instance.CloudGateMapping
GetCloudGateMappingResponse. getCloudGateMapping()
The returned CloudGateMapping instance.CloudGateMapping
PatchCloudGateMappingResponse. getCloudGateMapping()
The returned CloudGateMapping instance.CloudGateMapping
PutCloudGateMappingResponse. getCloudGateMapping()
The returned CloudGateMapping instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type CloudGateMapping Modifier and Type Method Description CreateCloudGateMappingResponse.Builder
CreateCloudGateMappingResponse.Builder. cloudGateMapping(CloudGateMapping cloudGateMapping)
The returned CloudGateMapping instance.GetCloudGateMappingResponse.Builder
GetCloudGateMappingResponse.Builder. cloudGateMapping(CloudGateMapping cloudGateMapping)
The returned CloudGateMapping instance.PatchCloudGateMappingResponse.Builder
PatchCloudGateMappingResponse.Builder. cloudGateMapping(CloudGateMapping cloudGateMapping)
The returned CloudGateMapping instance.PutCloudGateMappingResponse.Builder
PutCloudGateMappingResponse.Builder. cloudGateMapping(CloudGateMapping cloudGateMapping)
The returned CloudGateMapping instance.
-