Uses of Class
software.amazon.awssdk.services.appstream.model.DescribeImagePermissionsResponse
-
Packages that use DescribeImagePermissionsResponse Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 software.amazon.awssdk.services.appstream.paginators -
-
Uses of DescribeImagePermissionsResponse in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream that return DescribeImagePermissionsResponse Modifier and Type Method Description default DescribeImagePermissionsResponseAppStreamClient. describeImagePermissions(Consumer<DescribeImagePermissionsRequest.Builder> describeImagePermissionsRequest)Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.default DescribeImagePermissionsResponseAppStreamClient. describeImagePermissions(DescribeImagePermissionsRequest describeImagePermissionsRequest)Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.Methods in software.amazon.awssdk.services.appstream that return types with arguments of type DescribeImagePermissionsResponse Modifier and Type Method Description default CompletableFuture<DescribeImagePermissionsResponse>AppStreamAsyncClient. describeImagePermissions(Consumer<DescribeImagePermissionsRequest.Builder> describeImagePermissionsRequest)Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.default CompletableFuture<DescribeImagePermissionsResponse>AppStreamAsyncClient. describeImagePermissions(DescribeImagePermissionsRequest describeImagePermissionsRequest)Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own. -
Uses of DescribeImagePermissionsResponse in software.amazon.awssdk.services.appstream.paginators
Methods in software.amazon.awssdk.services.appstream.paginators that return types with arguments of type DescribeImagePermissionsResponse Modifier and Type Method Description Iterator<DescribeImagePermissionsResponse>DescribeImagePermissionsIterable. iterator()Method parameters in software.amazon.awssdk.services.appstream.paginators with type arguments of type DescribeImagePermissionsResponse Modifier and Type Method Description voidDescribeImagePermissionsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeImagePermissionsResponse> subscriber)
-