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