Uses of Class
software.amazon.awssdk.services.appstream.model.AssociateAppBlockBuilderAppBlockResponse
-
Packages that use AssociateAppBlockBuilderAppBlockResponse Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 -
-
Uses of AssociateAppBlockBuilderAppBlockResponse in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream that return AssociateAppBlockBuilderAppBlockResponse Modifier and Type Method Description default AssociateAppBlockBuilderAppBlockResponseAppStreamClient. associateAppBlockBuilderAppBlock(Consumer<AssociateAppBlockBuilderAppBlockRequest.Builder> associateAppBlockBuilderAppBlockRequest)Associates the specified app block builder with the specified app block.default AssociateAppBlockBuilderAppBlockResponseAppStreamClient. associateAppBlockBuilderAppBlock(AssociateAppBlockBuilderAppBlockRequest associateAppBlockBuilderAppBlockRequest)Associates the specified app block builder with the specified app block.Methods in software.amazon.awssdk.services.appstream that return types with arguments of type AssociateAppBlockBuilderAppBlockResponse Modifier and Type Method Description default CompletableFuture<AssociateAppBlockBuilderAppBlockResponse>AppStreamAsyncClient. associateAppBlockBuilderAppBlock(Consumer<AssociateAppBlockBuilderAppBlockRequest.Builder> associateAppBlockBuilderAppBlockRequest)Associates the specified app block builder with the specified app block.default CompletableFuture<AssociateAppBlockBuilderAppBlockResponse>AppStreamAsyncClient. associateAppBlockBuilderAppBlock(AssociateAppBlockBuilderAppBlockRequest associateAppBlockBuilderAppBlockRequest)Associates the specified app block builder with the specified app block.
-