Uses of Class
software.amazon.awssdk.services.appstream.model.DescribeAppBlockBuilderAppBlockAssociationsResponse
-
Packages that use DescribeAppBlockBuilderAppBlockAssociationsResponse Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 software.amazon.awssdk.services.appstream.paginators -
-
Uses of DescribeAppBlockBuilderAppBlockAssociationsResponse in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream that return DescribeAppBlockBuilderAppBlockAssociationsResponse Modifier and Type Method Description default DescribeAppBlockBuilderAppBlockAssociationsResponseAppStreamClient. describeAppBlockBuilderAppBlockAssociations(Consumer<DescribeAppBlockBuilderAppBlockAssociationsRequest.Builder> describeAppBlockBuilderAppBlockAssociationsRequest)Retrieves a list that describes one or more app block builder associations.default DescribeAppBlockBuilderAppBlockAssociationsResponseAppStreamClient. describeAppBlockBuilderAppBlockAssociations(DescribeAppBlockBuilderAppBlockAssociationsRequest describeAppBlockBuilderAppBlockAssociationsRequest)Retrieves a list that describes one or more app block builder associations.Methods in software.amazon.awssdk.services.appstream that return types with arguments of type DescribeAppBlockBuilderAppBlockAssociationsResponse Modifier and Type Method Description default CompletableFuture<DescribeAppBlockBuilderAppBlockAssociationsResponse>AppStreamAsyncClient. describeAppBlockBuilderAppBlockAssociations(Consumer<DescribeAppBlockBuilderAppBlockAssociationsRequest.Builder> describeAppBlockBuilderAppBlockAssociationsRequest)Retrieves a list that describes one or more app block builder associations.default CompletableFuture<DescribeAppBlockBuilderAppBlockAssociationsResponse>AppStreamAsyncClient. describeAppBlockBuilderAppBlockAssociations(DescribeAppBlockBuilderAppBlockAssociationsRequest describeAppBlockBuilderAppBlockAssociationsRequest)Retrieves a list that describes one or more app block builder associations. -
Uses of DescribeAppBlockBuilderAppBlockAssociationsResponse in software.amazon.awssdk.services.appstream.paginators
Methods in software.amazon.awssdk.services.appstream.paginators that return types with arguments of type DescribeAppBlockBuilderAppBlockAssociationsResponse Modifier and Type Method Description Iterator<DescribeAppBlockBuilderAppBlockAssociationsResponse>DescribeAppBlockBuilderAppBlockAssociationsIterable. iterator()Method parameters in software.amazon.awssdk.services.appstream.paginators with type arguments of type DescribeAppBlockBuilderAppBlockAssociationsResponse Modifier and Type Method Description voidDescribeAppBlockBuilderAppBlockAssociationsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeAppBlockBuilderAppBlockAssociationsResponse> subscriber)
-