Uses of Interface
software.amazon.awssdk.services.iam.model.OrganizationsDecisionDetail.Builder
-
Packages that use OrganizationsDecisionDetail.Builder Package Description software.amazon.awssdk.services.iam.model -
-
Uses of OrganizationsDecisionDetail.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return OrganizationsDecisionDetail.Builder Modifier and Type Method Description OrganizationsDecisionDetail.BuilderOrganizationsDecisionDetail.Builder. allowedByOrganizations(Boolean allowedByOrganizations)Specifies whether the simulated operation is allowed by the Organizations service control policies that impact the simulated user's account.static OrganizationsDecisionDetail.BuilderOrganizationsDecisionDetail. builder()OrganizationsDecisionDetail.BuilderOrganizationsDecisionDetail. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type OrganizationsDecisionDetail.Builder Modifier and Type Method Description static Class<? extends OrganizationsDecisionDetail.Builder>OrganizationsDecisionDetail. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type OrganizationsDecisionDetail.Builder Modifier and Type Method Description default EvaluationResult.BuilderEvaluationResult.Builder. organizationsDecisionDetail(Consumer<OrganizationsDecisionDetail.Builder> organizationsDecisionDetail)A structure that details how Organizations and its service control policies affect the results of the simulation.
-