Uses of Interface
software.amazon.awssdk.services.securityhub.auth.scheme.SecurityHubAuthSchemeParams.Builder
-
Packages that use SecurityHubAuthSchemeParams.Builder Package Description software.amazon.awssdk.services.securityhub.auth.scheme software.amazon.awssdk.services.securityhub.auth.scheme.internal -
-
Uses of SecurityHubAuthSchemeParams.Builder in software.amazon.awssdk.services.securityhub.auth.scheme
Methods in software.amazon.awssdk.services.securityhub.auth.scheme that return SecurityHubAuthSchemeParams.Builder Modifier and Type Method Description static SecurityHubAuthSchemeParams.BuilderSecurityHubAuthSchemeParams. builder()Get a new builder for creating aSecurityHubAuthSchemeParams.SecurityHubAuthSchemeParams.BuilderSecurityHubAuthSchemeParams.Builder. operation(String operation)Set the operation for which to resolve the auth scheme.SecurityHubAuthSchemeParams.BuilderSecurityHubAuthSchemeParams.Builder. region(Region region)Set the region.SecurityHubAuthSchemeParams.BuilderSecurityHubAuthSchemeParams. toBuilder()Returns aSecurityHubAuthSchemeParams.Builderto customize the parameters.Method parameters in software.amazon.awssdk.services.securityhub.auth.scheme with type arguments of type SecurityHubAuthSchemeParams.Builder Modifier and Type Method Description default List<AuthSchemeOption>SecurityHubAuthSchemeProvider. resolveAuthScheme(Consumer<SecurityHubAuthSchemeParams.Builder> consumer)Resolve the auth schemes based on the given set of parameters. -
Uses of SecurityHubAuthSchemeParams.Builder in software.amazon.awssdk.services.securityhub.auth.scheme.internal
Methods in software.amazon.awssdk.services.securityhub.auth.scheme.internal that return SecurityHubAuthSchemeParams.Builder Modifier and Type Method Description static SecurityHubAuthSchemeParams.BuilderDefaultSecurityHubAuthSchemeParams. builder()SecurityHubAuthSchemeParams.BuilderDefaultSecurityHubAuthSchemeParams. toBuilder()
-