Uses of Interface
software.amazon.awssdk.services.appstream.AppStreamAsyncClient
-
Packages that use AppStreamAsyncClient Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 software.amazon.awssdk.services.appstream.paginators software.amazon.awssdk.services.appstream.waiters -
-
Uses of AppStreamAsyncClient in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream that return AppStreamAsyncClient Modifier and Type Method Description static AppStreamAsyncClientAppStreamAsyncClient. create()Create aAppStreamAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of AppStreamAsyncClient in software.amazon.awssdk.services.appstream.paginators
Constructors in software.amazon.awssdk.services.appstream.paginators with parameters of type AppStreamAsyncClient Constructor Description DescribeAppBlockBuilderAppBlockAssociationsPublisher(AppStreamAsyncClient client, DescribeAppBlockBuilderAppBlockAssociationsRequest firstRequest)DescribeAppBlockBuildersPublisher(AppStreamAsyncClient client, DescribeAppBlockBuildersRequest firstRequest)DescribeImagePermissionsPublisher(AppStreamAsyncClient client, DescribeImagePermissionsRequest firstRequest)DescribeImagesPublisher(AppStreamAsyncClient client, DescribeImagesRequest firstRequest) -
Uses of AppStreamAsyncClient in software.amazon.awssdk.services.appstream.waiters
Methods in software.amazon.awssdk.services.appstream.waiters with parameters of type AppStreamAsyncClient Modifier and Type Method Description AppStreamAsyncWaiter.BuilderAppStreamAsyncWaiter.Builder. client(AppStreamAsyncClient client)Sets a customAppStreamAsyncClientthat will be used to poll the resource
-