Uses of Interface
software.amazon.awssdk.services.resourcegroups.model.GetGroupQueryRequest.Builder
-
Packages that use GetGroupQueryRequest.Builder Package Description software.amazon.awssdk.services.resourcegroups Resource Groups lets you organize Amazon Web Services resources such as Amazon Elastic Compute Cloud instances, Amazon Relational Database Service databases, and Amazon Simple Storage Service buckets into groups using criteria that you define as tags.software.amazon.awssdk.services.resourcegroups.model -
-
Uses of GetGroupQueryRequest.Builder in software.amazon.awssdk.services.resourcegroups
Method parameters in software.amazon.awssdk.services.resourcegroups with type arguments of type GetGroupQueryRequest.Builder Modifier and Type Method Description default CompletableFuture<GetGroupQueryResponse>ResourceGroupsAsyncClient. getGroupQuery(Consumer<GetGroupQueryRequest.Builder> getGroupQueryRequest)Retrieves the resource query associated with the specified resource group.default GetGroupQueryResponseResourceGroupsClient. getGroupQuery(Consumer<GetGroupQueryRequest.Builder> getGroupQueryRequest)Retrieves the resource query associated with the specified resource group. -
Uses of GetGroupQueryRequest.Builder in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return GetGroupQueryRequest.Builder Modifier and Type Method Description static GetGroupQueryRequest.BuilderGetGroupQueryRequest. builder()GetGroupQueryRequest.BuilderGetGroupQueryRequest.Builder. group(String group)The name or the ARN of the resource group to query.GetGroupQueryRequest.BuilderGetGroupQueryRequest.Builder. groupName(String groupName)Deprecated.This field is deprecated, use Group instead.GetGroupQueryRequest.BuilderGetGroupQueryRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetGroupQueryRequest.BuilderGetGroupQueryRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetGroupQueryRequest.BuilderGetGroupQueryRequest. toBuilder()Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type GetGroupQueryRequest.Builder Modifier and Type Method Description static Class<? extends GetGroupQueryRequest.Builder>GetGroupQueryRequest. serializableBuilderClass()
-