Uses of Interface
software.amazon.awssdk.services.vpclattice.model.ListServiceNetworkServiceAssociationsRequest.Builder
-
Packages that use ListServiceNetworkServiceAssociationsRequest.Builder Package Description software.amazon.awssdk.services.vpclattice Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all of your services across multiple accounts and virtual private clouds (VPCs).software.amazon.awssdk.services.vpclattice.model -
-
Uses of ListServiceNetworkServiceAssociationsRequest.Builder in software.amazon.awssdk.services.vpclattice
-
Uses of ListServiceNetworkServiceAssociationsRequest.Builder in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return ListServiceNetworkServiceAssociationsRequest.Builder Modifier and Type Method Description static ListServiceNetworkServiceAssociationsRequest.BuilderListServiceNetworkServiceAssociationsRequest. builder()ListServiceNetworkServiceAssociationsRequest.BuilderListServiceNetworkServiceAssociationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return.ListServiceNetworkServiceAssociationsRequest.BuilderListServiceNetworkServiceAssociationsRequest.Builder. nextToken(String nextToken)A pagination token for the next page of results.ListServiceNetworkServiceAssociationsRequest.BuilderListServiceNetworkServiceAssociationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListServiceNetworkServiceAssociationsRequest.BuilderListServiceNetworkServiceAssociationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListServiceNetworkServiceAssociationsRequest.BuilderListServiceNetworkServiceAssociationsRequest.Builder. serviceIdentifier(String serviceIdentifier)The ID or Amazon Resource Name (ARN) of the service.ListServiceNetworkServiceAssociationsRequest.BuilderListServiceNetworkServiceAssociationsRequest.Builder. serviceNetworkIdentifier(String serviceNetworkIdentifier)The ID or Amazon Resource Name (ARN) of the service network.ListServiceNetworkServiceAssociationsRequest.BuilderListServiceNetworkServiceAssociationsRequest. toBuilder()Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type ListServiceNetworkServiceAssociationsRequest.Builder Modifier and Type Method Description static Class<? extends ListServiceNetworkServiceAssociationsRequest.Builder>ListServiceNetworkServiceAssociationsRequest. serializableBuilderClass()
-