Uses of Class
io.fabric8.openshift.api.model.config.v1.AWSServiceEndpoint
-
Packages that use AWSServiceEndpoint Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of AWSServiceEndpoint in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return AWSServiceEndpoint Modifier and Type Method Description AWSServiceEndpointAWSServiceEndpointBuilder. build()AWSServiceEndpointAWSPlatformSpecFluent. buildFirstServiceEndpoint()AWSServiceEndpointAWSPlatformStatusFluent. buildFirstServiceEndpoint()AWSServiceEndpointAWSPlatformSpecFluent. buildLastServiceEndpoint()AWSServiceEndpointAWSPlatformStatusFluent. buildLastServiceEndpoint()AWSServiceEndpointAWSPlatformSpecFluent. buildMatchingServiceEndpoint(Predicate<AWSServiceEndpointBuilder> predicate)AWSServiceEndpointAWSPlatformStatusFluent. buildMatchingServiceEndpoint(Predicate<AWSServiceEndpointBuilder> predicate)AWSServiceEndpointAWSPlatformSpecFluent. buildServiceEndpoint(int index)AWSServiceEndpointAWSPlatformStatusFluent. buildServiceEndpoint(int index)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type AWSServiceEndpoint Modifier and Type Method Description List<AWSServiceEndpoint>AWSPlatformSpecFluent. buildServiceEndpoints()List<AWSServiceEndpoint>AWSPlatformStatusFluent. buildServiceEndpoints()List<AWSServiceEndpoint>AWSPlatformSpec. getServiceEndpoints()serviceEndpoints list contains custom endpoints which will override default service endpoint of AWS Services.List<AWSServiceEndpoint>AWSPlatformStatus. getServiceEndpoints()serviceEndpoints list contains custom endpoints which will override default service endpoint of AWS Services.Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type AWSServiceEndpoint Modifier and Type Method Description AAWSPlatformSpecFluent. addAllToServiceEndpoints(Collection<AWSServiceEndpoint> items)AAWSPlatformStatusFluent. addAllToServiceEndpoints(Collection<AWSServiceEndpoint> items)AAWSPlatformSpecFluent. removeAllFromServiceEndpoints(Collection<AWSServiceEndpoint> items)AAWSPlatformStatusFluent. removeAllFromServiceEndpoints(Collection<AWSServiceEndpoint> items)voidAWSPlatformSpec. setServiceEndpoints(List<AWSServiceEndpoint> serviceEndpoints)serviceEndpoints list contains custom endpoints which will override default service endpoint of AWS Services.voidAWSPlatformStatus. setServiceEndpoints(List<AWSServiceEndpoint> serviceEndpoints)serviceEndpoints list contains custom endpoints which will override default service endpoint of AWS Services.AAWSPlatformSpecFluent. withServiceEndpoints(List<AWSServiceEndpoint> serviceEndpoints)AAWSPlatformStatusFluent. withServiceEndpoints(List<AWSServiceEndpoint> serviceEndpoints)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type AWSServiceEndpoint Constructor Description AWSServiceEndpointBuilder(AWSServiceEndpoint instance)AWSServiceEndpointBuilder(AWSServiceEndpointFluent<?> fluent, AWSServiceEndpoint instance)AWSServiceEndpointFluent(AWSServiceEndpoint instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type AWSServiceEndpoint Constructor Description AWSPlatformSpec(List<AWSServiceEndpoint> serviceEndpoints)
-