| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
AccountState.Builder |
AccountState.Builder.accountId(String accountId)
The Amazon Web Services account ID.
|
static AccountState.Builder |
AccountState.builder() |
default AccountState.Builder |
AccountState.Builder.resourceState(Consumer<ResourceState.Builder> resourceState)
An object detailing which resources Amazon Inspector is enabled to scan for the account.
|
AccountState.Builder |
AccountState.Builder.resourceState(ResourceState resourceState)
An object detailing which resources Amazon Inspector is enabled to scan for the account.
|
default AccountState.Builder |
AccountState.Builder.state(Consumer<State.Builder> state)
An object detailing the status of Amazon Inspector for the account.
|
AccountState.Builder |
AccountState.Builder.state(State state)
An object detailing the status of Amazon Inspector for the account.
|
AccountState.Builder |
AccountState.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AccountState.Builder> |
AccountState.serializableBuilderClass() |
Copyright © 2022. All rights reserved.