Uses of Interface
software.amazon.awssdk.services.rolesanywhere.model.DisableTrustAnchorResponse.Builder
-
Packages that use DisableTrustAnchorResponse.Builder Package Description software.amazon.awssdk.services.rolesanywhere.model -
-
Uses of DisableTrustAnchorResponse.Builder in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return DisableTrustAnchorResponse.Builder Modifier and Type Method Description static DisableTrustAnchorResponse.BuilderDisableTrustAnchorResponse. builder()DisableTrustAnchorResponse.BuilderDisableTrustAnchorResponse. toBuilder()default DisableTrustAnchorResponse.BuilderDisableTrustAnchorResponse.Builder. trustAnchor(Consumer<TrustAnchorDetail.Builder> trustAnchor)The state of the trust anchor after a read or write operation.DisableTrustAnchorResponse.BuilderDisableTrustAnchorResponse.Builder. trustAnchor(TrustAnchorDetail trustAnchor)The state of the trust anchor after a read or write operation.Methods in software.amazon.awssdk.services.rolesanywhere.model that return types with arguments of type DisableTrustAnchorResponse.Builder Modifier and Type Method Description static Class<? extends DisableTrustAnchorResponse.Builder>DisableTrustAnchorResponse. serializableBuilderClass()
-