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