Uses of Class
software.amazon.awssdk.services.pipes.model.SelfManagedKafkaAccessConfigurationCredentials
-
Packages that use SelfManagedKafkaAccessConfigurationCredentials Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of SelfManagedKafkaAccessConfigurationCredentials in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return SelfManagedKafkaAccessConfigurationCredentials Modifier and Type Method Description SelfManagedKafkaAccessConfigurationCredentialsPipeSourceSelfManagedKafkaParameters. credentials()The credentials needed to access the resource.SelfManagedKafkaAccessConfigurationCredentialsUpdatePipeSourceSelfManagedKafkaParameters. credentials()The credentials needed to access the resource.static SelfManagedKafkaAccessConfigurationCredentialsSelfManagedKafkaAccessConfigurationCredentials. fromBasicAuth(String basicAuth)Create an instance of this class withbasicAuth()initialized to the given value.static SelfManagedKafkaAccessConfigurationCredentialsSelfManagedKafkaAccessConfigurationCredentials. fromClientCertificateTlsAuth(String clientCertificateTlsAuth)Create an instance of this class withclientCertificateTlsAuth()initialized to the given value.static SelfManagedKafkaAccessConfigurationCredentialsSelfManagedKafkaAccessConfigurationCredentials. fromSaslScram256Auth(String saslScram256Auth)Create an instance of this class withsaslScram256Auth()initialized to the given value.static SelfManagedKafkaAccessConfigurationCredentialsSelfManagedKafkaAccessConfigurationCredentials. fromSaslScram512Auth(String saslScram512Auth)Create an instance of this class withsaslScram512Auth()initialized to the given value.Methods in software.amazon.awssdk.services.pipes.model with parameters of type SelfManagedKafkaAccessConfigurationCredentials Modifier and Type Method Description PipeSourceSelfManagedKafkaParameters.BuilderPipeSourceSelfManagedKafkaParameters.Builder. credentials(SelfManagedKafkaAccessConfigurationCredentials credentials)The credentials needed to access the resource.UpdatePipeSourceSelfManagedKafkaParameters.BuilderUpdatePipeSourceSelfManagedKafkaParameters.Builder. credentials(SelfManagedKafkaAccessConfigurationCredentials credentials)The credentials needed to access the resource.
-