Uses of Class
com.oracle.bmc.identitydomains.model.CloudGateServer
-
Packages that use CloudGateServer Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.requests com.oracle.bmc.identitydomains.responses -
-
Uses of CloudGateServer in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return CloudGateServer Modifier and Type Method Description CloudGateServer
CloudGateServer.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type CloudGateServer Modifier and Type Method Description List<CloudGateServer>
CloudGateServers. getResources()
A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type CloudGateServer Modifier and Type Method Description CloudGateServer.Builder
CloudGateServer.Builder. copy(CloudGateServer model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type CloudGateServer Modifier and Type Method Description CloudGateServers.Builder
CloudGateServers.Builder. resources(List<CloudGateServer> resources)
A multi-valued list of complex objects containing the requested resources. -
Uses of CloudGateServer in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return CloudGateServer Modifier and Type Method Description CloudGateServer
CreateCloudGateServerRequest. getBody$()
Alternative accessor for the body parameter.CloudGateServer
PutCloudGateServerRequest. getBody$()
Alternative accessor for the body parameter.CloudGateServer
CreateCloudGateServerRequest. getCloudGateServer()
CloudGateServer schema.CloudGateServer
PutCloudGateServerRequest. getCloudGateServer()
Replace the current instance of CloudGateServer with provided payload.Methods in com.oracle.bmc.identitydomains.requests with parameters of type CloudGateServer Modifier and Type Method Description CreateCloudGateServerRequest.Builder
CreateCloudGateServerRequest.Builder. body$(CloudGateServer body)
Alternative setter for the body parameter.PutCloudGateServerRequest.Builder
PutCloudGateServerRequest.Builder. body$(CloudGateServer body)
Alternative setter for the body parameter.CreateCloudGateServerRequest.Builder
CreateCloudGateServerRequest.Builder. cloudGateServer(CloudGateServer cloudGateServer)
CloudGateServer schema.PutCloudGateServerRequest.Builder
PutCloudGateServerRequest.Builder. cloudGateServer(CloudGateServer cloudGateServer)
Replace the current instance of CloudGateServer with provided payload. -
Uses of CloudGateServer in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return CloudGateServer Modifier and Type Method Description CloudGateServer
CreateCloudGateServerResponse. getCloudGateServer()
The returned CloudGateServer instance.CloudGateServer
GetCloudGateServerResponse. getCloudGateServer()
The returned CloudGateServer instance.CloudGateServer
PatchCloudGateServerResponse. getCloudGateServer()
The returned CloudGateServer instance.CloudGateServer
PutCloudGateServerResponse. getCloudGateServer()
The returned CloudGateServer instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type CloudGateServer Modifier and Type Method Description CreateCloudGateServerResponse.Builder
CreateCloudGateServerResponse.Builder. cloudGateServer(CloudGateServer cloudGateServer)
The returned CloudGateServer instance.GetCloudGateServerResponse.Builder
GetCloudGateServerResponse.Builder. cloudGateServer(CloudGateServer cloudGateServer)
The returned CloudGateServer instance.PatchCloudGateServerResponse.Builder
PatchCloudGateServerResponse.Builder. cloudGateServer(CloudGateServer cloudGateServer)
The returned CloudGateServer instance.PutCloudGateServerResponse.Builder
PutCloudGateServerResponse.Builder. cloudGateServer(CloudGateServer cloudGateServer)
The returned CloudGateServer instance.
-