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
-
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()
-