| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.installer.aws.v1 |
| Modifier and Type | Method and Description |
|---|---|
ServiceEndpoint |
ServiceEndpointBuilder.build() |
ServiceEndpoint |
PlatformFluent.buildFirstServiceEndpoint() |
ServiceEndpoint |
PlatformFluentImpl.buildFirstServiceEndpoint() |
ServiceEndpoint |
PlatformFluent.buildLastServiceEndpoint() |
ServiceEndpoint |
PlatformFluentImpl.buildLastServiceEndpoint() |
ServiceEndpoint |
PlatformFluent.buildMatchingServiceEndpoint(Predicate<ServiceEndpointBuilder> predicate) |
ServiceEndpoint |
PlatformFluentImpl.buildMatchingServiceEndpoint(Predicate<ServiceEndpointBuilder> predicate) |
ServiceEndpoint |
PlatformFluent.buildServiceEndpoint(Integer index) |
ServiceEndpoint |
PlatformFluentImpl.buildServiceEndpoint(Integer index) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceEndpoint> |
PlatformFluent.buildServiceEndpoints() |
List<ServiceEndpoint> |
PlatformFluentImpl.buildServiceEndpoints() |
List<ServiceEndpoint> |
PlatformFluent.getServiceEndpoints()
Deprecated.
|
List<ServiceEndpoint> |
PlatformFluentImpl.getServiceEndpoints()
Deprecated.
|
List<ServiceEndpoint> |
Platform.getServiceEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
A |
PlatformFluent.addAllToServiceEndpoints(Collection<ServiceEndpoint> items) |
A |
PlatformFluentImpl.addAllToServiceEndpoints(Collection<ServiceEndpoint> items) |
A |
PlatformFluent.removeAllFromServiceEndpoints(Collection<ServiceEndpoint> items) |
A |
PlatformFluentImpl.removeAllFromServiceEndpoints(Collection<ServiceEndpoint> items) |
void |
Platform.setServiceEndpoints(List<ServiceEndpoint> serviceEndpoints) |
A |
PlatformFluent.withServiceEndpoints(List<ServiceEndpoint> serviceEndpoints) |
A |
PlatformFluentImpl.withServiceEndpoints(List<ServiceEndpoint> serviceEndpoints) |
| Constructor and Description |
|---|
ServiceEndpointBuilder(ServiceEndpoint instance) |
ServiceEndpointBuilder(ServiceEndpoint instance,
Boolean validationEnabled) |
ServiceEndpointBuilder(ServiceEndpointFluent<?> fluent,
ServiceEndpoint instance) |
ServiceEndpointBuilder(ServiceEndpointFluent<?> fluent,
ServiceEndpoint instance,
Boolean validationEnabled) |
ServiceEndpointFluentImpl(ServiceEndpoint instance) |
| Constructor and Description |
|---|
Platform(String amiID,
MachinePool defaultMachinePlatform,
Boolean experimentalPropagateUserTags,
String hostedZone,
String region,
List<ServiceEndpoint> serviceEndpoints,
List<String> subnets,
Map<String,String> userTags) |
Copyright © 2015–2022 Red Hat. All rights reserved.