| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceDetail |
ResourceDetail.clone() |
ResourceDetail |
ResourceDetail.withARN(String aRN)
The ARN of the resource.
|
ResourceDetail |
ResourceDetail.withCreatedTime(Date createdTime)
The creation time of the resource.
|
ResourceDetail |
ResourceDetail.withDescription(String description)
The description of the resource.
|
ResourceDetail |
ResourceDetail.withId(String id)
The identifier of the resource.
|
ResourceDetail |
ResourceDetail.withName(String name)
The name of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceDetail> |
ListResourcesForTagOptionResult.getResourceDetails()
Information about the resources.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourcesForTagOptionResult |
ListResourcesForTagOptionResult.withResourceDetails(ResourceDetail... resourceDetails)
Information about the resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourcesForTagOptionResult.setResourceDetails(Collection<ResourceDetail> resourceDetails)
Information about the resources.
|
ListResourcesForTagOptionResult |
ListResourcesForTagOptionResult.withResourceDetails(Collection<ResourceDetail> resourceDetails)
Information about the resources.
|
Copyright © 2019. All rights reserved.