| Package | Description |
|---|---|
| com.amazonaws.services.appregistry.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceInfo |
ResourceInfo.clone() |
ResourceInfo |
ResourceInfo.withArn(String arn)
The Amazon resource name (ARN) that specifies the resource across services.
|
ResourceInfo |
ResourceInfo.withName(String name)
The name of the resource.
|
ResourceInfo |
ResourceInfo.withResourceDetails(ResourceDetails resourceDetails)
The details related to the resource.
|
ResourceInfo |
ResourceInfo.withResourceType(ResourceType resourceType)
Provides information about the Service Catalog App Registry resource type.
|
ResourceInfo |
ResourceInfo.withResourceType(String resourceType)
Provides information about the Service Catalog App Registry resource type.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceInfo> |
ListAssociatedResourcesResult.getResources()
Information about the resources.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedResourcesResult |
ListAssociatedResourcesResult.withResources(ResourceInfo... resources)
Information about the resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssociatedResourcesResult.setResources(Collection<ResourceInfo> resources)
Information about the resources.
|
ListAssociatedResourcesResult |
ListAssociatedResourcesResult.withResources(Collection<ResourceInfo> resources)
Information about the resources.
|
Copyright © 2023. All rights reserved.