Uses of Interface
software.amazon.awssdk.services.servicecatalogappregistry.model.GetAttributeGroupRequest.Builder
-
Packages that use GetAttributeGroupRequest.Builder Package Description software.amazon.awssdk.services.servicecatalogappregistry Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their Amazon Web Services resources.software.amazon.awssdk.services.servicecatalogappregistry.model -
-
Uses of GetAttributeGroupRequest.Builder in software.amazon.awssdk.services.servicecatalogappregistry
Method parameters in software.amazon.awssdk.services.servicecatalogappregistry with type arguments of type GetAttributeGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<GetAttributeGroupResponse>ServiceCatalogAppRegistryAsyncClient. getAttributeGroup(Consumer<GetAttributeGroupRequest.Builder> getAttributeGroupRequest)Retrieves an attribute group by its ARN, ID, or name.default GetAttributeGroupResponseServiceCatalogAppRegistryClient. getAttributeGroup(Consumer<GetAttributeGroupRequest.Builder> getAttributeGroupRequest)Retrieves an attribute group by its ARN, ID, or name. -
Uses of GetAttributeGroupRequest.Builder in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return GetAttributeGroupRequest.Builder Modifier and Type Method Description GetAttributeGroupRequest.BuilderGetAttributeGroupRequest.Builder. attributeGroup(String attributeGroup)The name, ID, or ARN of the attribute group that holds the attributes to describe the application.static GetAttributeGroupRequest.BuilderGetAttributeGroupRequest. builder()GetAttributeGroupRequest.BuilderGetAttributeGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAttributeGroupRequest.BuilderGetAttributeGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAttributeGroupRequest.BuilderGetAttributeGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type GetAttributeGroupRequest.Builder Modifier and Type Method Description static Class<? extends GetAttributeGroupRequest.Builder>GetAttributeGroupRequest. serializableBuilderClass()
-