Uses of Class
software.amazon.awssdk.services.appstream.model.AppBlock
-
Packages that use AppBlock Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of AppBlock in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return AppBlock Modifier and Type Method Description AppBlockCreateAppBlockResponse. appBlock()The app block.Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type AppBlock Modifier and Type Method Description List<AppBlock>DescribeAppBlocksResponse. appBlocks()The app blocks in the list.Methods in software.amazon.awssdk.services.appstream.model with parameters of type AppBlock Modifier and Type Method Description CreateAppBlockResponse.BuilderCreateAppBlockResponse.Builder. appBlock(AppBlock appBlock)The app block.DescribeAppBlocksResponse.BuilderDescribeAppBlocksResponse.Builder. appBlocks(AppBlock... appBlocks)The app blocks in the list.Method parameters in software.amazon.awssdk.services.appstream.model with type arguments of type AppBlock Modifier and Type Method Description DescribeAppBlocksResponse.BuilderDescribeAppBlocksResponse.Builder. appBlocks(Collection<AppBlock> appBlocks)The app blocks in the list.
-