| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.config.v1 |
| Modifier and Type | Method and Description |
|---|---|
AWSServiceEndpoint |
AWSServiceEndpointBuilder.build() |
AWSServiceEndpoint |
AWSPlatformSpecFluent.buildFirstServiceEndpoint() |
AWSServiceEndpoint |
AWSPlatformStatusFluent.buildFirstServiceEndpoint() |
AWSServiceEndpoint |
AWSPlatformSpecFluent.buildLastServiceEndpoint() |
AWSServiceEndpoint |
AWSPlatformStatusFluent.buildLastServiceEndpoint() |
AWSServiceEndpoint |
AWSPlatformSpecFluent.buildMatchingServiceEndpoint(Predicate<AWSServiceEndpointBuilder> predicate) |
AWSServiceEndpoint |
AWSPlatformStatusFluent.buildMatchingServiceEndpoint(Predicate<AWSServiceEndpointBuilder> predicate) |
AWSServiceEndpoint |
AWSPlatformSpecFluent.buildServiceEndpoint(int index) |
AWSServiceEndpoint |
AWSPlatformStatusFluent.buildServiceEndpoint(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<AWSServiceEndpoint> |
AWSPlatformSpecFluent.buildServiceEndpoints() |
List<AWSServiceEndpoint> |
AWSPlatformStatusFluent.buildServiceEndpoints() |
List<AWSServiceEndpoint> |
AWSPlatformSpec.getServiceEndpoints() |
List<AWSServiceEndpoint> |
AWSPlatformStatus.getServiceEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
A |
AWSPlatformSpecFluent.addAllToServiceEndpoints(Collection<AWSServiceEndpoint> items) |
A |
AWSPlatformStatusFluent.addAllToServiceEndpoints(Collection<AWSServiceEndpoint> items) |
A |
AWSPlatformSpecFluent.removeAllFromServiceEndpoints(Collection<AWSServiceEndpoint> items) |
A |
AWSPlatformStatusFluent.removeAllFromServiceEndpoints(Collection<AWSServiceEndpoint> items) |
void |
AWSPlatformSpec.setServiceEndpoints(List<AWSServiceEndpoint> serviceEndpoints) |
void |
AWSPlatformStatus.setServiceEndpoints(List<AWSServiceEndpoint> serviceEndpoints) |
A |
AWSPlatformSpecFluent.withServiceEndpoints(List<AWSServiceEndpoint> serviceEndpoints) |
A |
AWSPlatformStatusFluent.withServiceEndpoints(List<AWSServiceEndpoint> serviceEndpoints) |
| Constructor and Description |
|---|
AWSServiceEndpointBuilder(AWSServiceEndpoint instance) |
AWSServiceEndpointBuilder(AWSServiceEndpoint instance,
Boolean validationEnabled) |
AWSServiceEndpointBuilder(AWSServiceEndpointFluent<?> fluent,
AWSServiceEndpoint instance) |
AWSServiceEndpointBuilder(AWSServiceEndpointFluent<?> fluent,
AWSServiceEndpoint instance,
Boolean validationEnabled) |
AWSServiceEndpointFluent(AWSServiceEndpoint instance) |
| Constructor and Description |
|---|
AWSPlatformSpec(List<AWSServiceEndpoint> serviceEndpoints) |
AWSPlatformStatus(String region,
List<AWSResourceTag> resourceTags,
List<AWSServiceEndpoint> serviceEndpoints) |
Copyright © 2015–2023 Red Hat. All rights reserved.