Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.CrlDetail
-
Packages that use CrlDetail Package Description software.amazon.awssdk.services.rolesanywhere.model software.amazon.awssdk.services.rolesanywhere.paginators -
-
Uses of CrlDetail in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return CrlDetail Modifier and Type Method Description CrlDetailDeleteCrlResponse. crl()The state of the certificate revocation list (CRL) after a read or write operation.CrlDetailDisableCrlResponse. crl()The state of the certificate revocation list (CRL) after a read or write operation.CrlDetailEnableCrlResponse. crl()The state of the certificate revocation list (CRL) after a read or write operation.CrlDetailGetCrlResponse. crl()The state of the certificate revocation list (CRL) after a read or write operation.CrlDetailImportCrlResponse. crl()The state of the certificate revocation list (CRL) after a read or write operation.CrlDetailUpdateCrlResponse. crl()The state of the certificate revocation list (CRL) after a read or write operation.Methods in software.amazon.awssdk.services.rolesanywhere.model that return types with arguments of type CrlDetail Modifier and Type Method Description List<CrlDetail>ListCrlsResponse. crls()A list of certificate revocation lists (CRL).Methods in software.amazon.awssdk.services.rolesanywhere.model with parameters of type CrlDetail Modifier and Type Method Description DeleteCrlResponse.BuilderDeleteCrlResponse.Builder. crl(CrlDetail crl)The state of the certificate revocation list (CRL) after a read or write operation.DisableCrlResponse.BuilderDisableCrlResponse.Builder. crl(CrlDetail crl)The state of the certificate revocation list (CRL) after a read or write operation.EnableCrlResponse.BuilderEnableCrlResponse.Builder. crl(CrlDetail crl)The state of the certificate revocation list (CRL) after a read or write operation.GetCrlResponse.BuilderGetCrlResponse.Builder. crl(CrlDetail crl)The state of the certificate revocation list (CRL) after a read or write operation.ImportCrlResponse.BuilderImportCrlResponse.Builder. crl(CrlDetail crl)The state of the certificate revocation list (CRL) after a read or write operation.UpdateCrlResponse.BuilderUpdateCrlResponse.Builder. crl(CrlDetail crl)The state of the certificate revocation list (CRL) after a read or write operation.ListCrlsResponse.BuilderListCrlsResponse.Builder. crls(CrlDetail... crls)A list of certificate revocation lists (CRL).Method parameters in software.amazon.awssdk.services.rolesanywhere.model with type arguments of type CrlDetail Modifier and Type Method Description ListCrlsResponse.BuilderListCrlsResponse.Builder. crls(Collection<CrlDetail> crls)A list of certificate revocation lists (CRL). -
Uses of CrlDetail in software.amazon.awssdk.services.rolesanywhere.paginators
Methods in software.amazon.awssdk.services.rolesanywhere.paginators that return types with arguments of type CrlDetail Modifier and Type Method Description SdkIterable<CrlDetail>ListCrlsIterable. crls()Returns an iterable to iterate through the paginatedListCrlsResponse.crls()member.SdkPublisher<CrlDetail>ListCrlsPublisher. crls()Returns a publisher that can be used to get a stream of data.
-