Uses of Interface
software.amazon.awssdk.services.grafana.model.DescribeWorkspaceAuthenticationResponse.Builder
-
Packages that use DescribeWorkspaceAuthenticationResponse.Builder Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of DescribeWorkspaceAuthenticationResponse.Builder in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return DescribeWorkspaceAuthenticationResponse.Builder Modifier and Type Method Description default DescribeWorkspaceAuthenticationResponse.BuilderDescribeWorkspaceAuthenticationResponse.Builder. authentication(Consumer<AuthenticationDescription.Builder> authentication)A structure containing information about the authentication methods used in the workspace.DescribeWorkspaceAuthenticationResponse.BuilderDescribeWorkspaceAuthenticationResponse.Builder. authentication(AuthenticationDescription authentication)A structure containing information about the authentication methods used in the workspace.static DescribeWorkspaceAuthenticationResponse.BuilderDescribeWorkspaceAuthenticationResponse. builder()DescribeWorkspaceAuthenticationResponse.BuilderDescribeWorkspaceAuthenticationResponse. toBuilder()Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type DescribeWorkspaceAuthenticationResponse.Builder Modifier and Type Method Description static Class<? extends DescribeWorkspaceAuthenticationResponse.Builder>DescribeWorkspaceAuthenticationResponse. serializableBuilderClass()
-