Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static AutoAcceptSharedAttachmentsValue |
AutoAcceptSharedAttachmentsValue.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
ModifyTransitGatewayOptions |
ModifyTransitGatewayOptions.withAutoAcceptSharedAttachments(AutoAcceptSharedAttachmentsValue autoAcceptSharedAttachments)
Enable or disable automatic acceptance of attachment requests.
|
TransitGatewayRequestOptions |
TransitGatewayRequestOptions.withAutoAcceptSharedAttachments(AutoAcceptSharedAttachmentsValue autoAcceptSharedAttachments)
Enable or disable automatic acceptance of attachment requests.
|
TransitGatewayOptions |
TransitGatewayOptions.withAutoAcceptSharedAttachments(AutoAcceptSharedAttachmentsValue autoAcceptSharedAttachments)
Indicates whether attachment requests are automatically accepted.
|
Copyright © 2023. All rights reserved.