| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceSet |
ResourceSet.clone() |
ResourceSet |
PutResourceSetResult.getResourceSet()
Details about the resource set.
|
ResourceSet |
PutResourceSetRequest.getResourceSet()
Details about the resource set to be created or updated.>
|
ResourceSet |
GetResourceSetResult.getResourceSet()
Information about the specified resource set.
|
ResourceSet |
ResourceSet.withDescription(String description)
A description of the resource set.
|
ResourceSet |
ResourceSet.withId(String id)
A unique identifier for the resource set.
|
ResourceSet |
ResourceSet.withLastUpdateTime(Date lastUpdateTime)
The last time that the resource set was changed.
|
ResourceSet |
ResourceSet.withName(String name)
The descriptive name of the resource set.
|
ResourceSet |
ResourceSet.withResourceSetStatus(ResourceSetStatus resourceSetStatus)
Indicates whether the resource set is in or out of an admin's Region scope.
|
ResourceSet |
ResourceSet.withResourceSetStatus(String resourceSetStatus)
Indicates whether the resource set is in or out of an admin's Region scope.
|
ResourceSet |
ResourceSet.withResourceTypeList(Collection<String> resourceTypeList)
Determines the resources that can be associated to the resource set.
|
ResourceSet |
ResourceSet.withResourceTypeList(String... resourceTypeList)
Determines the resources that can be associated to the resource set.
|
ResourceSet |
ResourceSet.withUpdateToken(String updateToken)
An optional token that you can use for optimistic locking.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutResourceSetResult.setResourceSet(ResourceSet resourceSet)
Details about the resource set.
|
void |
PutResourceSetRequest.setResourceSet(ResourceSet resourceSet)
Details about the resource set to be created or updated.>
|
void |
GetResourceSetResult.setResourceSet(ResourceSet resourceSet)
Information about the specified resource set.
|
PutResourceSetResult |
PutResourceSetResult.withResourceSet(ResourceSet resourceSet)
Details about the resource set.
|
PutResourceSetRequest |
PutResourceSetRequest.withResourceSet(ResourceSet resourceSet)
Details about the resource set to be created or updated.>
|
GetResourceSetResult |
GetResourceSetResult.withResourceSet(ResourceSet resourceSet)
Information about the specified resource set.
|
Copyright © 2025. All rights reserved.