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