Uses of Class
com.oracle.bmc.core.model.ServiceGateway
-
Packages that use ServiceGateway Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of ServiceGateway in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type ServiceGateway Modifier and Type Method Description Iterable<ServiceGateway>
VirtualNetworkPaginators. listServiceGatewaysRecordIterator(ListServiceGatewaysRequest request)
Creates a new iterable which will iterate over theServiceGateway
objects contained in responses from the listServiceGateways operation. -
Uses of ServiceGateway in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ServiceGateway Modifier and Type Method Description ServiceGateway
ServiceGateway.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type ServiceGateway Modifier and Type Method Description ServiceGateway.Builder
ServiceGateway.Builder. copy(ServiceGateway model)
-
Uses of ServiceGateway in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ServiceGateway Modifier and Type Method Description ServiceGateway
AttachServiceIdResponse. getServiceGateway()
The returned ServiceGateway instance.ServiceGateway
CreateServiceGatewayResponse. getServiceGateway()
The returned ServiceGateway instance.ServiceGateway
DetachServiceIdResponse. getServiceGateway()
The returned ServiceGateway instance.ServiceGateway
GetServiceGatewayResponse. getServiceGateway()
The returned ServiceGateway instance.ServiceGateway
UpdateServiceGatewayResponse. getServiceGateway()
The returned ServiceGateway instance.Methods in com.oracle.bmc.core.responses that return types with arguments of type ServiceGateway Modifier and Type Method Description List<ServiceGateway>
ListServiceGatewaysResponse. getItems()
A list of com.oracle.bmc.core.model.ServiceGateway instances.Methods in com.oracle.bmc.core.responses with parameters of type ServiceGateway Modifier and Type Method Description AttachServiceIdResponse.Builder
AttachServiceIdResponse.Builder. serviceGateway(ServiceGateway serviceGateway)
The returned ServiceGateway instance.CreateServiceGatewayResponse.Builder
CreateServiceGatewayResponse.Builder. serviceGateway(ServiceGateway serviceGateway)
The returned ServiceGateway instance.DetachServiceIdResponse.Builder
DetachServiceIdResponse.Builder. serviceGateway(ServiceGateway serviceGateway)
The returned ServiceGateway instance.GetServiceGatewayResponse.Builder
GetServiceGatewayResponse.Builder. serviceGateway(ServiceGateway serviceGateway)
The returned ServiceGateway instance.UpdateServiceGatewayResponse.Builder
UpdateServiceGatewayResponse.Builder. serviceGateway(ServiceGateway serviceGateway)
The returned ServiceGateway instance.Method parameters in com.oracle.bmc.core.responses with type arguments of type ServiceGateway Modifier and Type Method Description ListServiceGatewaysResponse.Builder
ListServiceGatewaysResponse.Builder. items(List<ServiceGateway> items)
A list of com.oracle.bmc.core.model.ServiceGateway instances.
-