| Package | Description |
|---|---|
| software.amazon.awssdk.services.directconnect |
Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
|
| software.amazon.awssdk.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateDirectConnectGatewayAssociationResponse> |
DirectConnectAsyncClient.updateDirectConnectGatewayAssociation(Consumer<UpdateDirectConnectGatewayAssociationRequest.Builder> updateDirectConnectGatewayAssociationRequest)
Updates the specified attributes of the Direct Connect gateway association.
|
default UpdateDirectConnectGatewayAssociationResponse |
DirectConnectClient.updateDirectConnectGatewayAssociation(Consumer<UpdateDirectConnectGatewayAssociationRequest.Builder> updateDirectConnectGatewayAssociationRequest)
Updates the specified attributes of the Direct Connect gateway association.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDirectConnectGatewayAssociationRequest.Builder |
UpdateDirectConnectGatewayAssociationRequest.Builder.addAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> addAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
|
UpdateDirectConnectGatewayAssociationRequest.Builder |
UpdateDirectConnectGatewayAssociationRequest.Builder.addAllowedPrefixesToDirectConnectGateway(Consumer<RouteFilterPrefix.Builder>... addAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
|
UpdateDirectConnectGatewayAssociationRequest.Builder |
UpdateDirectConnectGatewayAssociationRequest.Builder.addAllowedPrefixesToDirectConnectGateway(RouteFilterPrefix... addAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
|
UpdateDirectConnectGatewayAssociationRequest.Builder |
UpdateDirectConnectGatewayAssociationRequest.Builder.associationId(String associationId)
The ID of the Direct Connect gateway association.
|
static UpdateDirectConnectGatewayAssociationRequest.Builder |
UpdateDirectConnectGatewayAssociationRequest.builder() |
UpdateDirectConnectGatewayAssociationRequest.Builder |
UpdateDirectConnectGatewayAssociationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDirectConnectGatewayAssociationRequest.Builder |
UpdateDirectConnectGatewayAssociationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateDirectConnectGatewayAssociationRequest.Builder |
UpdateDirectConnectGatewayAssociationRequest.Builder.removeAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> removeAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
|
UpdateDirectConnectGatewayAssociationRequest.Builder |
UpdateDirectConnectGatewayAssociationRequest.Builder.removeAllowedPrefixesToDirectConnectGateway(Consumer<RouteFilterPrefix.Builder>... removeAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
|
UpdateDirectConnectGatewayAssociationRequest.Builder |
UpdateDirectConnectGatewayAssociationRequest.Builder.removeAllowedPrefixesToDirectConnectGateway(RouteFilterPrefix... removeAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
|
UpdateDirectConnectGatewayAssociationRequest.Builder |
UpdateDirectConnectGatewayAssociationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateDirectConnectGatewayAssociationRequest.Builder> |
UpdateDirectConnectGatewayAssociationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.