Uses of Interface
software.amazon.awssdk.services.route53profiles.model.ListProfileAssociationsRequest.Builder
-
Packages that use ListProfileAssociationsRequest.Builder Package Description software.amazon.awssdk.services.route53profiles With Amazon Route 53 Profiles you can share Route 53 configurations with VPCs and AWS accountssoftware.amazon.awssdk.services.route53profiles.model -
-
Uses of ListProfileAssociationsRequest.Builder in software.amazon.awssdk.services.route53profiles
Method parameters in software.amazon.awssdk.services.route53profiles with type arguments of type ListProfileAssociationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListProfileAssociationsResponse>Route53ProfilesAsyncClient. listProfileAssociations(Consumer<ListProfileAssociationsRequest.Builder> listProfileAssociationsRequest)Lists all the VPCs that the specified Route 53 Profile is associated with.default ListProfileAssociationsResponseRoute53ProfilesClient. listProfileAssociations(Consumer<ListProfileAssociationsRequest.Builder> listProfileAssociationsRequest)Lists all the VPCs that the specified Route 53 Profile is associated with.default ListProfileAssociationsPublisherRoute53ProfilesAsyncClient. listProfileAssociationsPaginator(Consumer<ListProfileAssociationsRequest.Builder> listProfileAssociationsRequest)default ListProfileAssociationsIterableRoute53ProfilesClient. listProfileAssociationsPaginator(Consumer<ListProfileAssociationsRequest.Builder> listProfileAssociationsRequest) -
Uses of ListProfileAssociationsRequest.Builder in software.amazon.awssdk.services.route53profiles.model
Methods in software.amazon.awssdk.services.route53profiles.model that return ListProfileAssociationsRequest.Builder Modifier and Type Method Description static ListProfileAssociationsRequest.BuilderListProfileAssociationsRequest. builder()ListProfileAssociationsRequest.BuilderListProfileAssociationsRequest.Builder. maxResults(Integer maxResults)The maximum number of objects that you want to return for this request.ListProfileAssociationsRequest.BuilderListProfileAssociationsRequest.Builder. nextToken(String nextToken)For the first call to this list request, omit this value.ListProfileAssociationsRequest.BuilderListProfileAssociationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListProfileAssociationsRequest.BuilderListProfileAssociationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListProfileAssociationsRequest.BuilderListProfileAssociationsRequest.Builder. profileId(String profileId)ID of the Profile.ListProfileAssociationsRequest.BuilderListProfileAssociationsRequest.Builder. resourceId(String resourceId)ID of the VPC.ListProfileAssociationsRequest.BuilderListProfileAssociationsRequest. toBuilder()Methods in software.amazon.awssdk.services.route53profiles.model that return types with arguments of type ListProfileAssociationsRequest.Builder Modifier and Type Method Description static Class<? extends ListProfileAssociationsRequest.Builder>ListProfileAssociationsRequest. serializableBuilderClass()
-