All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToResourceTags(Collection<AWSResourceTag> items) |
A |
addAllToServiceEndpoints(Collection<AWSServiceEndpoint> items) |
AWSPlatformStatusFluent.ResourceTagsNested<A> |
addNewResourceTag() |
A |
addNewResourceTag(String key,
String value) |
AWSPlatformStatusFluent.ResourceTagsNested<A> |
addNewResourceTagLike(AWSResourceTag item) |
AWSPlatformStatusFluent.ServiceEndpointsNested<A> |
addNewServiceEndpoint() |
A |
addNewServiceEndpoint(String name,
String url) |
AWSPlatformStatusFluent.ServiceEndpointsNested<A> |
addNewServiceEndpointLike(AWSServiceEndpoint item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToResourceTags(AWSResourceTag... items) |
A |
addToResourceTags(int index,
AWSResourceTag item) |
A |
addToServiceEndpoints(AWSServiceEndpoint... items) |
A |
addToServiceEndpoints(int index,
AWSServiceEndpoint item) |
AWSResourceTag |
buildFirstResourceTag() |
AWSServiceEndpoint |
buildFirstServiceEndpoint() |
AWSResourceTag |
buildLastResourceTag() |
AWSServiceEndpoint |
buildLastServiceEndpoint() |
AWSResourceTag |
buildMatchingResourceTag(Predicate<AWSResourceTagBuilder> predicate) |
AWSServiceEndpoint |
buildMatchingServiceEndpoint(Predicate<AWSServiceEndpointBuilder> predicate) |
AWSResourceTag |
buildResourceTag(int index) |
List<AWSResourceTag> |
buildResourceTags() |
AWSServiceEndpoint |
buildServiceEndpoint(int index) |
List<AWSServiceEndpoint> |
buildServiceEndpoints() |
protected void |
copyInstance(AWSPlatformStatus instance) |
AWSPlatformStatusFluent.ResourceTagsNested<A> |
editFirstResourceTag() |
AWSPlatformStatusFluent.ServiceEndpointsNested<A> |
editFirstServiceEndpoint() |
AWSPlatformStatusFluent.ResourceTagsNested<A> |
editLastResourceTag() |
AWSPlatformStatusFluent.ServiceEndpointsNested<A> |
editLastServiceEndpoint() |
AWSPlatformStatusFluent.ResourceTagsNested<A> |
editMatchingResourceTag(Predicate<AWSResourceTagBuilder> predicate) |
AWSPlatformStatusFluent.ServiceEndpointsNested<A> |
editMatchingServiceEndpoint(Predicate<AWSServiceEndpointBuilder> predicate) |
AWSPlatformStatusFluent.ResourceTagsNested<A> |
editResourceTag(int index) |
AWSPlatformStatusFluent.ServiceEndpointsNested<A> |
editServiceEndpoint(int index) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getRegion() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasMatchingResourceTag(Predicate<AWSResourceTagBuilder> predicate) |
boolean |
hasMatchingServiceEndpoint(Predicate<AWSServiceEndpointBuilder> predicate) |
boolean |
hasRegion() |
boolean |
hasResourceTags() |
boolean |
hasServiceEndpoints() |
A |
removeAllFromResourceTags(Collection<AWSResourceTag> items) |
A |
removeAllFromServiceEndpoints(Collection<AWSServiceEndpoint> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromResourceTags(AWSResourceTag... items) |
A |
removeFromServiceEndpoints(AWSServiceEndpoint... items) |
A |
removeMatchingFromResourceTags(Predicate<AWSResourceTagBuilder> predicate) |
A |
removeMatchingFromServiceEndpoints(Predicate<AWSServiceEndpointBuilder> predicate) |
AWSPlatformStatusFluent.ResourceTagsNested<A> |
setNewResourceTagLike(int index,
AWSResourceTag item) |
AWSPlatformStatusFluent.ServiceEndpointsNested<A> |
setNewServiceEndpointLike(int index,
AWSServiceEndpoint item) |
A |
setToResourceTags(int index,
AWSResourceTag item) |
A |
setToServiceEndpoints(int index,
AWSServiceEndpoint item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withRegion(String region) |
A |
withResourceTags(AWSResourceTag... resourceTags) |
A |
withResourceTags(List<AWSResourceTag> resourceTags) |
A |
withServiceEndpoints(AWSServiceEndpoint... serviceEndpoints) |
A |
withServiceEndpoints(List<AWSServiceEndpoint> serviceEndpoints) |