Uses of Class
com.oracle.bmc.core.model.UpdateServiceGatewayDetails
-
Packages that use UpdateServiceGatewayDetails Package Description com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of UpdateServiceGatewayDetails in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return UpdateServiceGatewayDetails Modifier and Type Method Description UpdateServiceGatewayDetails
UpdateServiceGatewayDetails.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type UpdateServiceGatewayDetails Modifier and Type Method Description UpdateServiceGatewayDetails.Builder
UpdateServiceGatewayDetails.Builder. copy(UpdateServiceGatewayDetails model)
-
Uses of UpdateServiceGatewayDetails in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateServiceGatewayDetails Modifier and Type Method Description UpdateServiceGatewayDetails
UpdateServiceGatewayRequest. getBody$()
Alternative accessor for the body parameter.UpdateServiceGatewayDetails
UpdateServiceGatewayRequest. getUpdateServiceGatewayDetails()
Details object for updating a service gateway.Methods in com.oracle.bmc.core.requests with parameters of type UpdateServiceGatewayDetails Modifier and Type Method Description UpdateServiceGatewayRequest.Builder
UpdateServiceGatewayRequest.Builder. body$(UpdateServiceGatewayDetails body)
Alternative setter for the body parameter.UpdateServiceGatewayRequest.Builder
UpdateServiceGatewayRequest.Builder. updateServiceGatewayDetails(UpdateServiceGatewayDetails updateServiceGatewayDetails)
Details object for updating a service gateway.
-