Uses of Interface
software.amazon.awssdk.services.quicksight.model.DescribeGroupResponse.Builder
-
Packages that use DescribeGroupResponse.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DescribeGroupResponse.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DescribeGroupResponse.Builder Modifier and Type Method Description static DescribeGroupResponse.BuilderDescribeGroupResponse. builder()default DescribeGroupResponse.BuilderDescribeGroupResponse.Builder. group(Consumer<Group.Builder> group)The name of the group.DescribeGroupResponse.BuilderDescribeGroupResponse.Builder. group(Group group)The name of the group.DescribeGroupResponse.BuilderDescribeGroupResponse.Builder. requestId(String requestId)The Amazon Web Services request ID for this operation.DescribeGroupResponse.BuilderDescribeGroupResponse.Builder. status(Integer status)The HTTP status of the request.DescribeGroupResponse.BuilderDescribeGroupResponse. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DescribeGroupResponse.Builder Modifier and Type Method Description static Class<? extends DescribeGroupResponse.Builder>DescribeGroupResponse. serializableBuilderClass()
-