| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceDetail |
ResourceDetail.clone() |
ResourceDetail |
ResourceDetail.withARN(String aRN)
ARN of the resource.
|
ResourceDetail |
ResourceDetail.withCreatedTime(Date createdTime)
Creation time of the resource.
|
ResourceDetail |
ResourceDetail.withDescription(String description)
Description of the resource.
|
ResourceDetail |
ResourceDetail.withId(String id)
Identifier of the resource.
|
ResourceDetail |
ResourceDetail.withName(String name)
Name of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceDetail> |
ListResourcesForTagOptionResult.getResourceDetails()
The resulting detailed resource information.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourcesForTagOptionResult |
ListResourcesForTagOptionResult.withResourceDetails(ResourceDetail... resourceDetails)
The resulting detailed resource information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourcesForTagOptionResult.setResourceDetails(Collection<ResourceDetail> resourceDetails)
The resulting detailed resource information.
|
ListResourcesForTagOptionResult |
ListResourcesForTagOptionResult.withResourceDetails(Collection<ResourceDetail> resourceDetails)
The resulting detailed resource information.
|
Copyright © 2017. All rights reserved.