Uses of Class
software.amazon.awssdk.services.datazone.model.SingleSignOn
-
Packages that use SingleSignOn Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of SingleSignOn in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return SingleSignOn Modifier and Type Method Description SingleSignOnCreateDomainRequest. singleSignOn()The single-sign on configuration of the Amazon DataZone domain.SingleSignOnCreateDomainResponse. singleSignOn()The single-sign on configuration of the Amazon DataZone domain.SingleSignOnGetDomainResponse. singleSignOn()The single sing-on option of the specified Amazon DataZone domain.SingleSignOnUpdateDomainRequest. singleSignOn()The single sign-on option to be updated as part of theUpdateDomainaction.SingleSignOnUpdateDomainResponse. singleSignOn()The single sign-on option of the Amazon DataZone domain.Methods in software.amazon.awssdk.services.datazone.model with parameters of type SingleSignOn Modifier and Type Method Description CreateDomainRequest.BuilderCreateDomainRequest.Builder. singleSignOn(SingleSignOn singleSignOn)The single-sign on configuration of the Amazon DataZone domain.CreateDomainResponse.BuilderCreateDomainResponse.Builder. singleSignOn(SingleSignOn singleSignOn)The single-sign on configuration of the Amazon DataZone domain.GetDomainResponse.BuilderGetDomainResponse.Builder. singleSignOn(SingleSignOn singleSignOn)The single sing-on option of the specified Amazon DataZone domain.UpdateDomainRequest.BuilderUpdateDomainRequest.Builder. singleSignOn(SingleSignOn singleSignOn)The single sign-on option to be updated as part of theUpdateDomainaction.UpdateDomainResponse.BuilderUpdateDomainResponse.Builder. singleSignOn(SingleSignOn singleSignOn)The single sign-on option of the Amazon DataZone domain.
-