Uses of Class
io.fabric8.openshift.api.model.installer.aws.v1.ServiceEndpoint
-
Packages that use ServiceEndpoint Package Description io.fabric8.openshift.api.model.installer.aws.v1 -
-
Uses of ServiceEndpoint in io.fabric8.openshift.api.model.installer.aws.v1
Methods in io.fabric8.openshift.api.model.installer.aws.v1 that return ServiceEndpoint Modifier and Type Method Description ServiceEndpointServiceEndpointBuilder. build()ServiceEndpointMetadataFluent. buildFirstServiceEndpoint()ServiceEndpointPlatformFluent. buildFirstServiceEndpoint()ServiceEndpointMetadataFluent. buildLastServiceEndpoint()ServiceEndpointPlatformFluent. buildLastServiceEndpoint()ServiceEndpointMetadataFluent. buildMatchingServiceEndpoint(Predicate<ServiceEndpointBuilder> predicate)ServiceEndpointPlatformFluent. buildMatchingServiceEndpoint(Predicate<ServiceEndpointBuilder> predicate)ServiceEndpointMetadataFluent. buildServiceEndpoint(int index)ServiceEndpointPlatformFluent. buildServiceEndpoint(int index)Methods in io.fabric8.openshift.api.model.installer.aws.v1 that return types with arguments of type ServiceEndpoint Modifier and Type Method Description List<ServiceEndpoint>MetadataFluent. buildServiceEndpoints()List<ServiceEndpoint>PlatformFluent. buildServiceEndpoints()List<ServiceEndpoint>Metadata. getServiceEndpoints()ServiceEndpoints list contains custom endpoints which will override default service endpoint of AWS Services.List<ServiceEndpoint>Platform. getServiceEndpoints()ServiceEndpoints list contains custom endpoints which will override default service endpoint of AWS Services.Method parameters in io.fabric8.openshift.api.model.installer.aws.v1 with type arguments of type ServiceEndpoint Modifier and Type Method Description AMetadataFluent. addAllToServiceEndpoints(Collection<ServiceEndpoint> items)APlatformFluent. addAllToServiceEndpoints(Collection<ServiceEndpoint> items)AMetadataFluent. removeAllFromServiceEndpoints(Collection<ServiceEndpoint> items)APlatformFluent. removeAllFromServiceEndpoints(Collection<ServiceEndpoint> items)voidMetadata. setServiceEndpoints(List<ServiceEndpoint> serviceEndpoints)ServiceEndpoints list contains custom endpoints which will override default service endpoint of AWS Services.voidPlatform. setServiceEndpoints(List<ServiceEndpoint> serviceEndpoints)ServiceEndpoints list contains custom endpoints which will override default service endpoint of AWS Services.AMetadataFluent. withServiceEndpoints(List<ServiceEndpoint> serviceEndpoints)APlatformFluent. withServiceEndpoints(List<ServiceEndpoint> serviceEndpoints)Constructors in io.fabric8.openshift.api.model.installer.aws.v1 with parameters of type ServiceEndpoint Constructor Description ServiceEndpointBuilder(ServiceEndpoint instance)ServiceEndpointBuilder(ServiceEndpointFluent<?> fluent, ServiceEndpoint instance)ServiceEndpointFluent(ServiceEndpoint instance)Constructor parameters in io.fabric8.openshift.api.model.installer.aws.v1 with type arguments of type ServiceEndpoint Constructor Description Platform(String amiID, Boolean bestEffortDeleteIgnition, MachinePool defaultMachinePlatform, String hostedZone, String hostedZoneRole, String lbType, Boolean preserveBootstrapIgnition, Boolean propagateUserTags, String publicIpv4Pool, String region, List<ServiceEndpoint> serviceEndpoints, List<String> subnets, String userProvisionedDNS, Map<String,String> userTags, VPC vpc)
-