Uses of Interface
software.amazon.awssdk.services.networkmanager.model.GetLinkAssociationsRequest.Builder
-
Packages that use GetLinkAssociationsRequest.Builder Package Description software.amazon.awssdk.services.networkmanager Amazon Web Services enables you to centrally manage your Amazon Web Services Cloud WAN core network and your Transit Gateway network across Amazon Web Services accounts, Regions, and on-premises locations.software.amazon.awssdk.services.networkmanager.model -
-
Uses of GetLinkAssociationsRequest.Builder in software.amazon.awssdk.services.networkmanager
Method parameters in software.amazon.awssdk.services.networkmanager with type arguments of type GetLinkAssociationsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetLinkAssociationsResponse>NetworkManagerAsyncClient. getLinkAssociations(Consumer<GetLinkAssociationsRequest.Builder> getLinkAssociationsRequest)Gets the link associations for a device or a link.default GetLinkAssociationsResponseNetworkManagerClient. getLinkAssociations(Consumer<GetLinkAssociationsRequest.Builder> getLinkAssociationsRequest)Gets the link associations for a device or a link.default GetLinkAssociationsPublisherNetworkManagerAsyncClient. getLinkAssociationsPaginator(Consumer<GetLinkAssociationsRequest.Builder> getLinkAssociationsRequest)Gets the link associations for a device or a link.default GetLinkAssociationsIterableNetworkManagerClient. getLinkAssociationsPaginator(Consumer<GetLinkAssociationsRequest.Builder> getLinkAssociationsRequest)Gets the link associations for a device or a link. -
Uses of GetLinkAssociationsRequest.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return GetLinkAssociationsRequest.Builder Modifier and Type Method Description static GetLinkAssociationsRequest.BuilderGetLinkAssociationsRequest. builder()GetLinkAssociationsRequest.BuilderGetLinkAssociationsRequest.Builder. deviceId(String deviceId)The ID of the device.GetLinkAssociationsRequest.BuilderGetLinkAssociationsRequest.Builder. globalNetworkId(String globalNetworkId)The ID of the global network.GetLinkAssociationsRequest.BuilderGetLinkAssociationsRequest.Builder. linkId(String linkId)The ID of the link.GetLinkAssociationsRequest.BuilderGetLinkAssociationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return.GetLinkAssociationsRequest.BuilderGetLinkAssociationsRequest.Builder. nextToken(String nextToken)The token for the next page of results.GetLinkAssociationsRequest.BuilderGetLinkAssociationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLinkAssociationsRequest.BuilderGetLinkAssociationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetLinkAssociationsRequest.BuilderGetLinkAssociationsRequest. toBuilder()Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type GetLinkAssociationsRequest.Builder Modifier and Type Method Description static Class<? extends GetLinkAssociationsRequest.Builder>GetLinkAssociationsRequest. serializableBuilderClass()
-