| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
OidcConfig |
OidcConfig.clone() |
OidcConfig |
UpdateWorkforceRequest.getOidcConfig()
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own
IdP.
|
OidcConfig |
CreateWorkforceRequest.getOidcConfig()
Use this parameter to configure a private workforce using your own OIDC Identity Provider.
|
OidcConfig |
OidcConfig.withAuthorizationEndpoint(String authorizationEndpoint)
The OIDC IdP authorization endpoint used to configure your private workforce.
|
OidcConfig |
OidcConfig.withClientId(String clientId)
The OIDC IdP client ID used to configure your private workforce.
|
OidcConfig |
OidcConfig.withClientSecret(String clientSecret)
The OIDC IdP client secret used to configure your private workforce.
|
OidcConfig |
OidcConfig.withIssuer(String issuer)
The OIDC IdP issuer used to configure your private workforce.
|
OidcConfig |
OidcConfig.withJwksUri(String jwksUri)
The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.
|
OidcConfig |
OidcConfig.withLogoutEndpoint(String logoutEndpoint)
The OIDC IdP logout endpoint used to configure your private workforce.
|
OidcConfig |
OidcConfig.withTokenEndpoint(String tokenEndpoint)
The OIDC IdP token endpoint used to configure your private workforce.
|
OidcConfig |
OidcConfig.withUserInfoEndpoint(String userInfoEndpoint)
The OIDC IdP user information endpoint used to configure your private workforce.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateWorkforceRequest.setOidcConfig(OidcConfig oidcConfig)
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own
IdP.
|
void |
CreateWorkforceRequest.setOidcConfig(OidcConfig oidcConfig)
Use this parameter to configure a private workforce using your own OIDC Identity Provider.
|
UpdateWorkforceRequest |
UpdateWorkforceRequest.withOidcConfig(OidcConfig oidcConfig)
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own
IdP.
|
CreateWorkforceRequest |
CreateWorkforceRequest.withOidcConfig(OidcConfig oidcConfig)
Use this parameter to configure a private workforce using your own OIDC Identity Provider.
|
Copyright © 2023. All rights reserved.