Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AutoAcceptSharedAttachmentsValue |
TransitGatewayOptions.autoAcceptSharedAttachments()
Indicates whether attachment requests are automatically accepted.
|
AutoAcceptSharedAttachmentsValue |
TransitGatewayRequestOptions.autoAcceptSharedAttachments()
Enable or disable automatic acceptance of attachment requests.
|
static AutoAcceptSharedAttachmentsValue |
AutoAcceptSharedAttachmentsValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AutoAcceptSharedAttachmentsValue |
AutoAcceptSharedAttachmentsValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoAcceptSharedAttachmentsValue[] |
AutoAcceptSharedAttachmentsValue.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<AutoAcceptSharedAttachmentsValue> |
AutoAcceptSharedAttachmentsValue.knownValues()
|
Modifier and Type | Method and Description |
---|---|
TransitGatewayOptions.Builder |
TransitGatewayOptions.Builder.autoAcceptSharedAttachments(AutoAcceptSharedAttachmentsValue autoAcceptSharedAttachments)
Indicates whether attachment requests are automatically accepted.
|
TransitGatewayRequestOptions.Builder |
TransitGatewayRequestOptions.Builder.autoAcceptSharedAttachments(AutoAcceptSharedAttachmentsValue autoAcceptSharedAttachments)
Enable or disable automatic acceptance of attachment requests.
|
Copyright © 2020. All rights reserved.