Uses of Class
com.sap.cloudfoundry.client.facade.domain.CloudRoute
-
-
Uses of CloudRoute in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade that return types with arguments of type CloudRoute Modifier and Type Method Description List<CloudRoute>CloudControllerClient. getApplicationRoutes(UUID applicationGuid)List<CloudRoute>CloudControllerClientImpl. getApplicationRoutes(UUID applicationGuid)List<CloudRoute>CloudControllerClient. getRoutes(String domainName)Get the info for all routes for a domain.List<CloudRoute>CloudControllerClientImpl. getRoutes(String domainName)Method parameters in com.sap.cloudfoundry.client.facade with type arguments of type CloudRoute Modifier and Type Method Description voidCloudControllerClient. updateApplicationRoutes(String applicationName, Set<CloudRoute> routes)Update application Routes.voidCloudControllerClientImpl. updateApplicationRoutes(String applicationName, Set<CloudRoute> routes) -
Uses of CloudRoute in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return CloudRoute Modifier and Type Method Description CloudRouteRawCloudRoute. derive() -
Uses of CloudRoute in com.sap.cloudfoundry.client.facade.domain
Subclasses of CloudRoute in com.sap.cloudfoundry.client.facade.domain Modifier and Type Class Description classImmutableCloudRouteImmutable implementation ofCloudRoute.Methods in com.sap.cloudfoundry.client.facade.domain that return CloudRoute Modifier and Type Method Description CloudRouteCloudRoute. derive()Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type CloudRoute Modifier and Type Method Description static ImmutableCloudRouteImmutableCloudRoute. copyOf(CloudRoute instance)Creates an immutable copy of aCloudRoutevalue.ImmutableCloudRoute.BuilderImmutableCloudRoute.Builder. from(CloudRoute instance)Fill a builder with attribute values from the providedcom.sap.cloudfoundry.client.facade.domain.CloudRouteinstance. -
Uses of CloudRoute in com.sap.cloudfoundry.client.facade.dto
Methods in com.sap.cloudfoundry.client.facade.dto that return types with arguments of type CloudRoute Modifier and Type Method Description Set<CloudRoute>ApplicationToCreateDto. getRoutes()Set<CloudRoute>ImmutableApplicationToCreateDto. getRoutes()Methods in com.sap.cloudfoundry.client.facade.dto with parameters of type CloudRoute Modifier and Type Method Description ImmutableApplicationToCreateDto.BuilderImmutableApplicationToCreateDto.Builder. addRoute(CloudRoute element)Adds one element toroutesset.ImmutableApplicationToCreateDto.BuilderImmutableApplicationToCreateDto.Builder. addRoutes(CloudRoute... elements)Adds elements toroutesset.ImmutableApplicationToCreateDtoImmutableApplicationToCreateDto. withRoutes(CloudRoute... elements)Copy the current immutable object with elements that replace the content ofroutes.Method parameters in com.sap.cloudfoundry.client.facade.dto with type arguments of type CloudRoute Modifier and Type Method Description ImmutableApplicationToCreateDto.BuilderImmutableApplicationToCreateDto.Builder. addAllRoutes(Iterable<? extends CloudRoute> elements)Adds elements toroutesset.ImmutableApplicationToCreateDto.BuilderImmutableApplicationToCreateDto.Builder. routes(Iterable<? extends CloudRoute> elements)Sets or replaces all elements forroutesset.ImmutableApplicationToCreateDtoImmutableApplicationToCreateDto. withRoutes(Iterable<? extends CloudRoute> elements)Copy the current immutable object with elements that replace the content ofroutes. -
Uses of CloudRoute in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest that return types with arguments of type CloudRoute Modifier and Type Method Description List<CloudRoute>CloudControllerRestClient. getApplicationRoutes(UUID applicationGuid)List<CloudRoute>CloudControllerRestClientImpl. getApplicationRoutes(UUID applicationGuid)List<CloudRoute>CloudControllerRestClient. getRoutes(String domainName)List<CloudRoute>CloudControllerRestClientImpl. getRoutes(String domainName)Method parameters in com.sap.cloudfoundry.client.facade.rest with type arguments of type CloudRoute Modifier and Type Method Description voidCloudControllerRestClient. updateApplicationRoutes(String applicationName, Set<CloudRoute> routes)voidCloudControllerRestClientImpl. updateApplicationRoutes(String applicationName, Set<CloudRoute> updatedRoutes)
-