| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceSummary |
ServiceSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ServiceSummary |
ServiceSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
ServiceSummary |
ServiceSummary.clone() |
ServiceSummary |
ServiceSummary.withApplicationId(String applicationId)
The unique identifier of the application.
|
ServiceSummary |
ServiceSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the service.
|
ServiceSummary |
ServiceSummary.withCreatedByAccountId(String createdByAccountId)
The Amazon Web Services account ID of the service creator.
|
ServiceSummary |
ServiceSummary.withCreatedTime(Date createdTime)
A timestamp that indicates when the service is created.
|
ServiceSummary |
ServiceSummary.withDescription(String description)
A description of the service.
|
ServiceSummary |
ServiceSummary.withEndpointType(ServiceEndpointType endpointType)
The endpoint type of the service.
|
ServiceSummary |
ServiceSummary.withEndpointType(String endpointType)
The endpoint type of the service.
|
ServiceSummary |
ServiceSummary.withEnvironmentId(String environmentId)
The unique identifier of the environment.
|
ServiceSummary |
ServiceSummary.withError(ErrorResponse error)
Any error associated with the service resource.
|
ServiceSummary |
ServiceSummary.withLambdaEndpoint(LambdaEndpointSummary lambdaEndpoint)
A summary of the configuration for the Lambda endpoint type.
|
ServiceSummary |
ServiceSummary.withLastUpdatedTime(Date lastUpdatedTime)
A timestamp that indicates when the service was last updated.
|
ServiceSummary |
ServiceSummary.withName(String name)
The name of the service.
|
ServiceSummary |
ServiceSummary.withOwnerAccountId(String ownerAccountId)
The Amazon Web Services account ID of the service owner.
|
ServiceSummary |
ServiceSummary.withServiceId(String serviceId)
The unique identifier of the service.
|
ServiceSummary |
ServiceSummary.withState(ServiceState state)
The current state of the service.
|
ServiceSummary |
ServiceSummary.withState(String state)
The current state of the service.
|
ServiceSummary |
ServiceSummary.withTags(Map<String,String> tags)
The tags assigned to the service.
|
ServiceSummary |
ServiceSummary.withUrlEndpoint(UrlEndpointSummary urlEndpoint)
The summary of the configuration for the URL endpoint type.
|
ServiceSummary |
ServiceSummary.withVpcId(String vpcId)
The ID of the virtual private cloud (VPC).
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceSummary> |
ListServicesResult.getServiceSummaryList()
The list of
ServiceSummary objects. |
| Modifier and Type | Method and Description |
|---|---|
ListServicesResult |
ListServicesResult.withServiceSummaryList(ServiceSummary... serviceSummaryList)
The list of
ServiceSummary objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListServicesResult.setServiceSummaryList(Collection<ServiceSummary> serviceSummaryList)
The list of
ServiceSummary objects. |
ListServicesResult |
ListServicesResult.withServiceSummaryList(Collection<ServiceSummary> serviceSummaryList)
The list of
ServiceSummary objects. |
Copyright © 2023. All rights reserved.