Uses of Interface
software.amazon.awssdk.services.resourcegroups.model.GroupQuery.Builder
-
Packages that use GroupQuery.Builder Package Description software.amazon.awssdk.services.resourcegroups.model -
-
Uses of GroupQuery.Builder in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return GroupQuery.Builder Modifier and Type Method Description static GroupQuery.BuilderGroupQuery. builder()GroupQuery.BuilderGroupQuery.Builder. groupName(String groupName)The name of the resource group that is associated with the specified resource query.default GroupQuery.BuilderGroupQuery.Builder. resourceQuery(Consumer<ResourceQuery.Builder> resourceQuery)The resource query that determines which Amazon Web Services resources are members of the associated resource group.GroupQuery.BuilderGroupQuery.Builder. resourceQuery(ResourceQuery resourceQuery)The resource query that determines which Amazon Web Services resources are members of the associated resource group.GroupQuery.BuilderGroupQuery. toBuilder()Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type GroupQuery.Builder Modifier and Type Method Description static Class<? extends GroupQuery.Builder>GroupQuery. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.resourcegroups.model with type arguments of type GroupQuery.Builder Modifier and Type Method Description default GetGroupQueryResponse.BuilderGetGroupQueryResponse.Builder. groupQuery(Consumer<GroupQuery.Builder> groupQuery)The resource query associated with the specified group.default UpdateGroupQueryResponse.BuilderUpdateGroupQueryResponse.Builder. groupQuery(Consumer<GroupQuery.Builder> groupQuery)The updated resource query associated with the resource group after the update.
-