Uses of Class
software.amazon.awssdk.services.glue.model.RegistryId
-
Packages that use RegistryId Package Description software.amazon.awssdk.services.glue.model -
-
Uses of RegistryId in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return RegistryId Modifier and Type Method Description RegistryIdCreateSchemaRequest. registryId()This is a wrapper shape to contain the registry identity fields.RegistryIdDeleteRegistryRequest. registryId()This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).RegistryIdGetRegistryRequest. registryId()This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).RegistryIdListSchemasRequest. registryId()A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).RegistryIdUpdateRegistryRequest. registryId()This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).Methods in software.amazon.awssdk.services.glue.model with parameters of type RegistryId Modifier and Type Method Description CreateSchemaRequest.BuilderCreateSchemaRequest.Builder. registryId(RegistryId registryId)This is a wrapper shape to contain the registry identity fields.DeleteRegistryRequest.BuilderDeleteRegistryRequest.Builder. registryId(RegistryId registryId)This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).GetRegistryRequest.BuilderGetRegistryRequest.Builder. registryId(RegistryId registryId)This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).ListSchemasRequest.BuilderListSchemasRequest.Builder. registryId(RegistryId registryId)A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).UpdateRegistryRequest.BuilderUpdateRegistryRequest.Builder. registryId(RegistryId registryId)This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
-