| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalogappregistry.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceType |
ResourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResourceType |
AssociateResourceRequest.resourceType()
The type of resource of which the application will be associated.
|
ResourceType |
DisassociateResourceRequest.resourceType()
The type of the resource that is being disassociated.
|
ResourceType |
SyncResourceRequest.resourceType()
The type of resource of which the application will be associated.
|
ResourceType |
GetAssociatedResourceRequest.resourceType()
The type of resource associated with the application.
|
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ResourceType> |
ResourceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AssociateResourceRequest.Builder |
AssociateResourceRequest.Builder.resourceType(ResourceType resourceType)
The type of resource of which the application will be associated.
|
DisassociateResourceRequest.Builder |
DisassociateResourceRequest.Builder.resourceType(ResourceType resourceType)
The type of the resource that is being disassociated.
|
SyncResourceRequest.Builder |
SyncResourceRequest.Builder.resourceType(ResourceType resourceType)
The type of resource of which the application will be associated.
|
GetAssociatedResourceRequest.Builder |
GetAssociatedResourceRequest.Builder.resourceType(ResourceType resourceType)
The type of resource associated with the application.
|
Copyright © 2022. All rights reserved.