Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails.Builder
-
Packages that use AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails.Builder Modifier and Type Method Description static AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails.BuilderAwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails. builder()AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails.BuilderAwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails.Builder. enabled(Boolean enabled)Indicates whether unauthenticated is allowed or not.AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails.BuilderAwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails.Builder Modifier and Type Method Description static Class<? extends AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails.Builder>AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails.Builder Modifier and Type Method Description default AwsMskClusterClusterInfoClientAuthenticationDetails.BuilderAwsMskClusterClusterInfoClientAuthenticationDetails.Builder. unauthenticated(Consumer<AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails.Builder> unauthenticated)Provides details for allowing no client authentication.
-