Uses of Interface
software.amazon.awssdk.services.directconnect.model.CreateBgpPeerRequest.Builder
-
Packages that use CreateBgpPeerRequest.Builder 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 -
-
Uses of CreateBgpPeerRequest.Builder in software.amazon.awssdk.services.directconnect
Method parameters in software.amazon.awssdk.services.directconnect with type arguments of type CreateBgpPeerRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateBgpPeerResponse>DirectConnectAsyncClient. createBGPPeer(Consumer<CreateBgpPeerRequest.Builder> createBgpPeerRequest)Creates a BGP peer on the specified virtual interface.default CreateBgpPeerResponseDirectConnectClient. createBGPPeer(Consumer<CreateBgpPeerRequest.Builder> createBgpPeerRequest)Creates a BGP peer on the specified virtual interface. -
Uses of CreateBgpPeerRequest.Builder in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return CreateBgpPeerRequest.Builder Modifier and Type Method Description static CreateBgpPeerRequest.BuilderCreateBgpPeerRequest. builder()default CreateBgpPeerRequest.BuilderCreateBgpPeerRequest.Builder. newBGPPeer(Consumer<NewBGPPeer.Builder> newBGPPeer)Information about the BGP peer.CreateBgpPeerRequest.BuilderCreateBgpPeerRequest.Builder. newBGPPeer(NewBGPPeer newBGPPeer)Information about the BGP peer.CreateBgpPeerRequest.BuilderCreateBgpPeerRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateBgpPeerRequest.BuilderCreateBgpPeerRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateBgpPeerRequest.BuilderCreateBgpPeerRequest. toBuilder()CreateBgpPeerRequest.BuilderCreateBgpPeerRequest.Builder. virtualInterfaceId(String virtualInterfaceId)The ID of the virtual interface.Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type CreateBgpPeerRequest.Builder Modifier and Type Method Description static Class<? extends CreateBgpPeerRequest.Builder>CreateBgpPeerRequest. serializableBuilderClass()
-