Uses of Interface
software.amazon.awssdk.services.schemas.model.DescribeRegistryResponse.Builder
-
Packages that use DescribeRegistryResponse.Builder Package Description software.amazon.awssdk.services.schemas.model -
-
Uses of DescribeRegistryResponse.Builder in software.amazon.awssdk.services.schemas.model
Methods in software.amazon.awssdk.services.schemas.model that return DescribeRegistryResponse.Builder Modifier and Type Method Description static DescribeRegistryResponse.BuilderDescribeRegistryResponse. builder()DescribeRegistryResponse.BuilderDescribeRegistryResponse.Builder. description(String description)The description of the registry.DescribeRegistryResponse.BuilderDescribeRegistryResponse.Builder. registryArn(String registryArn)The ARN of the registry.DescribeRegistryResponse.BuilderDescribeRegistryResponse.Builder. registryName(String registryName)The name of the registry.DescribeRegistryResponse.BuilderDescribeRegistryResponse.Builder. tags(Map<String,String> tags)Tags associated with the registry.DescribeRegistryResponse.BuilderDescribeRegistryResponse. toBuilder()Methods in software.amazon.awssdk.services.schemas.model that return types with arguments of type DescribeRegistryResponse.Builder Modifier and Type Method Description static Class<? extends DescribeRegistryResponse.Builder>DescribeRegistryResponse. serializableBuilderClass()
-