| Package | Description |
|---|---|
| com.amazonaws.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceMetadata |
ServiceMetadata.clone() |
ServiceMetadata |
ServiceMetadata.withCategory(String category)
The category that the Amazon Web Service belongs to, such as compute, storage, or database.
|
ServiceMetadata |
ServiceMetadata.withDescription(String description)
The description of the Amazon Web Service.
|
ServiceMetadata |
ServiceMetadata.withDisplayName(String displayName)
The display name of the Amazon Web Service.
|
ServiceMetadata |
ServiceMetadata.withName(String name)
The name of the Amazon Web Service.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceMetadata> |
GetServicesInScopeResult.getServiceMetadata()
The metadata that's associated with the Amazon Web Service.
|
| Modifier and Type | Method and Description |
|---|---|
GetServicesInScopeResult |
GetServicesInScopeResult.withServiceMetadata(ServiceMetadata... serviceMetadata)
The metadata that's associated with the Amazon Web Service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetServicesInScopeResult.setServiceMetadata(Collection<ServiceMetadata> serviceMetadata)
The metadata that's associated with the Amazon Web Service.
|
GetServicesInScopeResult |
GetServicesInScopeResult.withServiceMetadata(Collection<ServiceMetadata> serviceMetadata)
The metadata that's associated with the Amazon Web Service.
|
Copyright © 2022. All rights reserved.