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 theServiceGatewayobjects 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 ServiceGatewayServiceGateway.Builder. build()Methods in com.oracle.bmc.core.model with parameters of type ServiceGateway Modifier and Type Method Description ServiceGateway.BuilderServiceGateway.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 ServiceGatewayAttachServiceIdResponse. getServiceGateway()The returned ServiceGateway instance.ServiceGatewayCreateServiceGatewayResponse. getServiceGateway()The returned ServiceGateway instance.ServiceGatewayDetachServiceIdResponse. getServiceGateway()The returned ServiceGateway instance.ServiceGatewayGetServiceGatewayResponse. getServiceGateway()The returned ServiceGateway instance.ServiceGatewayUpdateServiceGatewayResponse. 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.BuilderAttachServiceIdResponse.Builder. serviceGateway(ServiceGateway serviceGateway)The returned ServiceGateway instance.CreateServiceGatewayResponse.BuilderCreateServiceGatewayResponse.Builder. serviceGateway(ServiceGateway serviceGateway)The returned ServiceGateway instance.DetachServiceIdResponse.BuilderDetachServiceIdResponse.Builder. serviceGateway(ServiceGateway serviceGateway)The returned ServiceGateway instance.GetServiceGatewayResponse.BuilderGetServiceGatewayResponse.Builder. serviceGateway(ServiceGateway serviceGateway)The returned ServiceGateway instance.UpdateServiceGatewayResponse.BuilderUpdateServiceGatewayResponse.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.BuilderListServiceGatewaysResponse.Builder. items(List<ServiceGateway> items)A list of com.oracle.bmc.core.model.ServiceGateway instances.
-