Uses of Class
software.amazon.awssdk.services.datazone.model.RedshiftCredentials
-
Packages that use RedshiftCredentials Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of RedshiftCredentials in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return RedshiftCredentials Modifier and Type Method Description RedshiftCredentialsRedshiftPropertiesInput. credentials()The Amaon Redshift credentials.RedshiftCredentialsRedshiftPropertiesOutput. credentials()The Amazon Redshift credentials.RedshiftCredentialsRedshiftPropertiesPatch. credentials()The credentials in the Amazon Redshift properties patch.static RedshiftCredentialsRedshiftCredentials. fromSecretArn(String secretArn)Create an instance of this class withsecretArn()initialized to the given value.static RedshiftCredentialsRedshiftCredentials. fromUsernamePassword(Consumer<UsernamePassword.Builder> usernamePassword)Create an instance of this class withusernamePassword()initialized to the given value.static RedshiftCredentialsRedshiftCredentials. fromUsernamePassword(UsernamePassword usernamePassword)Create an instance of this class withusernamePassword()initialized to the given value.Methods in software.amazon.awssdk.services.datazone.model with parameters of type RedshiftCredentials Modifier and Type Method Description RedshiftPropertiesInput.BuilderRedshiftPropertiesInput.Builder. credentials(RedshiftCredentials credentials)The Amaon Redshift credentials.RedshiftPropertiesOutput.BuilderRedshiftPropertiesOutput.Builder. credentials(RedshiftCredentials credentials)The Amazon Redshift credentials.RedshiftPropertiesPatch.BuilderRedshiftPropertiesPatch.Builder. credentials(RedshiftCredentials credentials)The credentials in the Amazon Redshift properties patch.
-