Uses of Class
com.oracle.bmc.identitydomains.model.CloudGateMappings
-
Packages that use CloudGateMappings Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.responses -
-
Uses of CloudGateMappings in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return CloudGateMappings Modifier and Type Method Description CloudGateMappings
CloudGateMappings.Builder. build()
Methods in com.oracle.bmc.identitydomains.model with parameters of type CloudGateMappings Modifier and Type Method Description CloudGateMappings.Builder
CloudGateMappings.Builder. copy(CloudGateMappings model)
-
Uses of CloudGateMappings in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return CloudGateMappings Modifier and Type Method Description CloudGateMappings
ListCloudGateMappingsResponse. getCloudGateMappings()
The returned CloudGateMappings instance.CloudGateMappings
SearchCloudGateMappingsResponse. getCloudGateMappings()
The returned CloudGateMappings instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type CloudGateMappings Modifier and Type Method Description ListCloudGateMappingsResponse.Builder
ListCloudGateMappingsResponse.Builder. cloudGateMappings(CloudGateMappings cloudGateMappings)
The returned CloudGateMappings instance.SearchCloudGateMappingsResponse.Builder
SearchCloudGateMappingsResponse.Builder. cloudGateMappings(CloudGateMappings cloudGateMappings)
The returned CloudGateMappings instance.
-