Uses of Interface
software.amazon.awssdk.services.resourcegroups.model.GetGroupConfigurationResponse.Builder
-
Packages that use GetGroupConfigurationResponse.Builder Package Description software.amazon.awssdk.services.resourcegroups.model -
-
Uses of GetGroupConfigurationResponse.Builder in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return GetGroupConfigurationResponse.Builder Modifier and Type Method Description static GetGroupConfigurationResponse.BuilderGetGroupConfigurationResponse. builder()default GetGroupConfigurationResponse.BuilderGetGroupConfigurationResponse.Builder. groupConfiguration(Consumer<GroupConfiguration.Builder> groupConfiguration)A structure that describes the service configuration attached with the specified group.GetGroupConfigurationResponse.BuilderGetGroupConfigurationResponse.Builder. groupConfiguration(GroupConfiguration groupConfiguration)A structure that describes the service configuration attached with the specified group.GetGroupConfigurationResponse.BuilderGetGroupConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type GetGroupConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends GetGroupConfigurationResponse.Builder>GetGroupConfigurationResponse. serializableBuilderClass()
-